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 PathIterator
public int currentSegment(double[] arg0)
currentSegment
in interface PathIterator
public int getWindingRule()
getWindingRule
in interface PathIterator
public boolean isDone()
isDone
in interface PathIterator
public void next()
next
in interface PathIterator
Copyright © 2017. All Rights Reserved.