public static class ShapeExtender.EPIWrap extends java.lang.Object implements ExtendedPathIterator
SEG_ARCTO, SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO| Constructor and Description |
|---|
ShapeExtender.EPIWrap(java.awt.geom.PathIterator pi) |
| Modifier and Type | Method and Description |
|---|---|
int |
currentSegment() |
int |
currentSegment(double[] coords) |
int |
currentSegment(float[] coords) |
int |
getWindingRule() |
boolean |
isDone() |
void |
next() |
public ShapeExtender.EPIWrap(java.awt.geom.PathIterator pi)
public int currentSegment()
currentSegment in interface ExtendedPathIteratorpublic int currentSegment(double[] coords)
currentSegment in interface ExtendedPathIteratorpublic int currentSegment(float[] coords)
currentSegment in interface ExtendedPathIteratorpublic int getWindingRule()
getWindingRule in interface ExtendedPathIteratorpublic boolean isDone()
isDone in interface ExtendedPathIteratorpublic void next()
next in interface ExtendedPathIteratorCopyright ? 2009 Apache Software Foundation. All Rights Reserved.