Package diva.util.java2d
Java2D support classes and methods. The classes in this
package add extra value to the Java2D API. It includes various
kinds of shapes, strokes, and geometry utilities.
- Since:
- Ptolemy II 1.0
-
Interface Summary 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 Summary 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.