Class ShapeCollectionPathIterator

Hierarchy: Object , ShapeCollectionPathIterator
All Implemented Interfaces: PathIterator
public class ShapeCollectionPathIterator
implements PathIterator
A PathIterator which provides paths for a collection of Shapes.
Authors:
Martin Davis
public ShapeCollectionPathIterator(Collection shapes, AffineTransform affineTransform)
Creates a new path iterator for a collection of Shapes.
Parameters:
shapes - shapes the Shapes in the collection
affineTransform - affineTransform a optional transformation to be applied to the coordinates in the path (may be null)
public int getWindingRule()
public boolean isDone()
public void next()
public int currentSegment(float[] coords)
public int currentSegment(double[] coords)