Object Bounds
-
- All Implemented Interfaces:
public class Bounds
-
-
Method Summary
Modifier and Type Method Description final RectanglechildBoundsRectangle(Parent parent)final RectangleboundsRectangle(Node node)final RectanglesizeRectangle(Region region)final RectanglesizeRectangle(ObjectProperty<Bounds> region)-
-
Method Detail
-
childBoundsRectangle
final Rectangle childBoundsRectangle(Parent parent)
-
boundsRectangle
final Rectangle boundsRectangle(Node node)
-
sizeRectangle
final Rectangle sizeRectangle(Region region)
-
sizeRectangle
final Rectangle sizeRectangle(ObjectProperty<Bounds> region)
-
-
-
-