Example usage for Java javafx.geometry Bounds fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | contains(Point2D p) Tests if the specified point is inside the boundary of Bounds . |
boolean | contains(Point3D p) Tests if the specified point is inside the boundary of Bounds . |
boolean | contains(Bounds b) Tests if the interior of this Bounds entirely contains the specified Bounds, b . |
double | getDepth() The depth of this Bounds . |
double | getHeight() The height of this Bounds . |
double | getMaxX() The x coordinate of the lower-right corner of this Bounds . |
double | getMaxY() The y coordinate of the lower-right corner of this Bounds . |
double | getMinX() The x coordinate of the upper-left corner of this Bounds . |
double | getMinY() The y coordinate of the upper-left corner of this Bounds . |
double | getMinZ() The minimum z coordinate of this Bounds . |
double | getWidth() The width of this Bounds . |