public class ShapeCollectionPathIterator extends Objectimplements PathIterator
PathIterator which provides paths for a collection of
Shapes.
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO| Constructor and Description |
|---|
ShapeCollectionPathIterator(Collection
Creates a new path iterator for a collection of
Shapes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
currentSegment(double[] coords)
|
int |
currentSegment(float[] coords)
|
int |
getWindingRule()
|
boolean |
isDone()
|
void |
next()
|
public ShapeCollectionPathIterator(Collectionshapes, AffineTransform affineTransform)
Shapes.
shapes - the Shapes in the collection
affineTransform - a optional transformation to be applied to the coordinates in the path (may be null)