Class PathIteratorLimited
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.eps.PathIteratorLimited
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic int
int
currentSegment
(double[] arg0) int
currentSegment
(float[] arg0) int
boolean
isDone()
void
next()
-
Constructor Details
-
PathIteratorLimited
-
-
Method Details
-
count
-
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
-