public static class ShapeExtender.EPIWrap extends Object implements ExtendedPathIterator
SEG_ARCTO, SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO| Constructor and Description |
|---|
EPIWrap(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 EPIWrap(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 © 2000–2020 Apache Software Foundation. All rights reserved.