java.awt.geom

Package java.awt.geom

Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.

See: Description

Interface Summary
Interface Description
PathIterator

The PathIterator interface provides the mechanism for objects that implement the Shape interface to return the geometry of their boundary by allowing a caller to retrieve the path of that boundary a segment at a time.

Class Summary
Class Description
AffineTransform

The AffineTransform cl