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 ExtendedPathIterator
public int currentSegment(double[] coords)
currentSegment
in interface ExtendedPathIterator
public int currentSegment(float[] coords)
currentSegment
in interface ExtendedPathIterator
public int getWindingRule()
getWindingRule
in interface ExtendedPathIterator
public boolean isDone()
isDone
in interface ExtendedPathIterator
public void next()
next
in interface ExtendedPathIterator
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.