| Package | Description |
|---|---|
| org.mdiutil.geom |
This package provides several utility geometry classes.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShapeNormalizer.ConnectedShape> |
ShapeNormalizer.convertConnectedPath(PathIterator pathiterator)
Convert any PathIterator in a Vector of elementary Arcs, Polygons, Polylines, or Lines.
|
List<ShapeNormalizer.ConnectedShape> |
ShapeNormalizer.convertConnectedPath(Shape shape)
Convert any Shape in a Vector of elementary Arcs, Polygons, or Lines.
|
List<ShapeNormalizer.ConnectedShape> |
ShapeNormalizer.convertConnectedPath(Shape shape,
AffineTransform affine)
Convert any Shape in a Vector of elementary Arcs, Polygons, Polylines, or Lines.
|