Class | Description |
---|---|
ClippableShape |
This class represents a shape that can be clipped, as it is possible to do with an Area.
|
CurveConverter |
This class convert a set of Curves to Arcs.
|
GeometryRuler |
This class computes areas and perimeters of any Shape.
|
Graphics2DWrapper |
This Graphics2D wraps another Graphics2D, filtering all graphics orders.
|
Polygon2D |
This class has the same behavior than java.awt.Polygon, except that the cordinates are float instead of int.
|
Polyline2D |
This class has the same behavior than
Polygon2D , except that the figure is not closed. |
ShapeNormalizer |
This class converts a Shape in an Array of Elementary Shapes.
|
ShapeNormalizer.ConnectedShape |
This class wraps a Shape with a boolean indicating if the Shape is connected to the previous Shape.
|
ShapeUtilities |
This class contain several utilities about Shapes.
|
Vector2D |
This class represents a 2D Vector.
|