Provides classes for defining and performing operations on objects related to two-dimensional geometry. These are needed for layout and analysis algorithms.
Classes
| Class | Description | |
|---|---|---|
| GeomExtensions | ||
| Insets | An Insets object is a representation of the borders of a container. | |
| Point2D | The Point2D class defines a point representing a location in (x, y) coordinate space. | |
| Point2D..::..Double | The Double class defines a point specified in double precision. | |
| Rectangle |
A Rectangle specifies an area in a coordinate space that is enclosed by the
Rectangle object's top-left point (x, y) in the coordinate space, its width, and its height.
| |
| Rectangle2D | The Rectangle2D class describes a rectangle defined by a location (x, y) and dimension (w x h). | |
| Rectangle2D..::..Double | The Double class defines a rectangle specified in double coordinates. |
Remarks
Provides classes for defining and performing operations on objects related to two-dimensional geometry. These are needed for layout and analysis algorithms.