| Interface | Description |
|---|---|
| PaintedGraphic |
The interface for a set of utility classes that paint shapes
or other kinds of graphical objects.
|
| PaintedObject |
The interface for a SMALL set of utility classes that paint shapes
or other kinds of graphical objects.
|
| Class | Description |
|---|---|
| AbstractPaintedGraphic |
An abstract implementation of the PaintedGraphic interface.
|
| PaintedImage |
Painted Images.
|
| PaintedList |
A class that collects a number of PaintedObjects.
|
| PaintedPath |
A utility class that strokes a shape.
|
| PaintedShape |
A utility class that paints a shape with an stroke and/or fill.
|
| PaintedString |
A utility class that paints a string.
|
| Polygon2D |
A polygon shape.
|
| Polygon2D.Double |
The concrete Polygon class that stores coordinates internally
as doubles.
|
| Polygon2D.Float |
The concrete Polygon class that stores coordinates internally
as floats.
|
| PolygonIterator |
An iterator over Polygon2D.
|
| Polyline2D |
A polyline shape.
|
| Polyline2D.Double |
The concrete Polyline class that stores coordinates internally
as doubles.
|
| Polyline2D.Float |
The concrete Polyline class that stores coordinates internally
as floats.
|
| PolylineIterator |
An iterator over Polyline2D.
|
| ShapeUtilities |
A set of utilities on Java2D shapes.
|