javafx.geometry (Java SE 10 & JDK 10 ) (original) (raw)
Provides the set of 2D classes for defining and performing operations on objects related to two-dimensional geometry.
- Class Summary
Class Description BoundingBox A rectangular bounding box which is used to describe the bounds of a node or other scene graph object. Bounds The base class for objects that are used to describe the bounds of a node or other scene graph object. Dimension2D A 2D dimension object that contains a width and a height. Insets A set of inside offsets for the 4 side of a rectangular area Point2D A 2D geometric point that usually represents the x, y coordinates. Point3D A 3D geometric point that usually represents the x, y, z coordinates. Rectangle2D A 2D rectangle used to describe the bounds of an object. - Enum Summary
Enum Description HorizontalDirection Enumeration representing a horizontal direction. HPos A set of values for describing horizontal positioning and alignment. NodeOrientation A set of values for describing the flow of visual data for a node. Orientation Orientation Pos A set of values for describing vertical and horizontal positioning and alignment. Side Enum for which side of a rectangle something should be. VerticalDirection Enumeration representing a vertical direction. VPos A set of values for describing vertical positioning and alignment.
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2018, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.