public class ShapeCollectionPathIterator
extends java.lang.Object
implements java.awt.geom.PathIterator
| Constructor and Description | 
|---|
ShapeCollectionPathIterator(java.util.Collection shapes,
                           java.awt.geom.AffineTransform affineTransform)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
currentSegment(double[] coords)  | 
int | 
currentSegment(float[] coords)  | 
int | 
getWindingRule()  | 
boolean | 
isDone()  | 
void | 
next()  | 
public ShapeCollectionPathIterator(java.util.Collection shapes,
                           java.awt.geom.AffineTransform affineTransform)
public int getWindingRule()
getWindingRule in interface java.awt.geom.PathIteratorpublic boolean isDone()
isDone in interface java.awt.geom.PathIteratorpublic void next()
next in interface java.awt.geom.PathIteratorpublic int currentSegment(float[] coords)
currentSegment in interface java.awt.geom.PathIteratorpublic int currentSegment(double[] coords)
currentSegment in interface java.awt.geom.PathIterator