Class PathIteratorLimited
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.eps.PathIteratorLimited
-
- All Implemented Interfaces:
PathIterator
public class PathIteratorLimited extends Object implements PathIterator
-
-
Field Summary
-
Fields inherited from interface java.awt.geom.PathIterator
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO
-
-
Constructor Summary
Constructors Constructor Description PathIteratorLimited(Shape source, int start, int limit)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static int
count(Shape source)
int
currentSegment(double[] arg0)
int
currentSegment(float[] arg0)
int
getWindingRule()
boolean
isDone()
void
next()
-
-
-
Constructor Detail
-
PathIteratorLimited
public PathIteratorLimited(Shape source, int start, int limit)
-
-
Method Detail
-
count
public static int count(Shape source)
-
currentSegment
public int currentSegment(float[] arg0)
- Specified by:
currentSegment
in interfacePathIterator
-
currentSegment
public int currentSegment(double[] arg0)
- Specified by:
currentSegment
in interfacePathIterator
-
getWindingRule
public int getWindingRule()
- Specified by:
getWindingRule
in interfacePathIterator
-
isDone
public boolean isDone()
- Specified by:
isDone
in interfacePathIterator
-
next
public void next()
- Specified by:
next
in interfacePathIterator
-
-