public class PathIteratorLimited extends Object implements PathIterator
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO| Constructor and Description |
|---|
PathIteratorLimited(Shape source,
int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
static int |
count(Shape source) |
int |
currentSegment(double[] arg0) |
int |
currentSegment(float[] arg0) |
int |
getWindingRule() |
boolean |
isDone() |
void |
next() |
public PathIteratorLimited(Shape source, int start, int limit)
public static int count(Shape source)
public int currentSegment(float[] arg0)
currentSegment in interface PathIteratorpublic int currentSegment(double[] arg0)
currentSegment in interface PathIteratorpublic int getWindingRule()
getWindingRule in interface PathIteratorpublic boolean isDone()
isDone in interface PathIteratorpublic void next()
next in interface PathIteratorCopyright © 2017. All rights reserved.