org.awt.geom |
|
Java Source File Name | Type | Comment |
AffineTransform.java | Class | The AffineTransform class represents a 2D affine transform
that performs a linear mapping from 2D coordinates to other 2D
coordinates that preserves the "straightness" and
"parallelness" of lines. |
Dimension2D.java | Class | The Dimension2D class is to encapsulate a width
and a height dimension. |
NoninvertibleTransformException.java | Class | The NoninvertibleTransformException class represents
an exception that is thrown if an operation is performed requiring
the inverse of an
AffineTransform object but the
AffineTransform is in a non-invertible state. |
Point2D.java | Class | The Point2D class defines a point representing a location
in (x, y) coordinate space. |
Rectangle2D.java | Class | The Rectangle2D class describes a rectangle
defined by a location (x, y) and dimension
(w x h). |