| Package | Description |
|---|---|
| com.bric.geom |
| Class and Description |
|---|
| AbstractShape
This is a class that implements all
Shape methods except for
getPathIterator(AffineTransform).
|
| BasicShape
A faster, open-source alternative to the Area class.
|
| EmptyPathException
This indicates that a path had no shape data.
|
| MeasuredShape
This represents a single closed path.
|
| ParametricPathIterator
This iterates over a path defined by a parametric equation.
|
| PathSegment |
| PathSegment.Float |
| PathWriter
This object writes path data.
|
| RectangularTransform
This is a transform that only scales and translates.
|
| Spiral2D
The
Spiral2D class defines a spiral shape.
|