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 intintcurrentSegment(double[] arg0) intcurrentSegment(float[] arg0) intbooleanisDone()voidnext()
-
Constructor Details
-
PathIteratorLimited
-
-
Method Details
-
count
-
currentSegment
public int currentSegment(float[] arg0) - Specified by:
currentSegmentin interfacePathIterator
-
currentSegment
public int currentSegment(double[] arg0) - Specified by:
currentSegmentin interfacePathIterator
-
getWindingRule
public int getWindingRule()- Specified by:
getWindingRulein interfacePathIterator
-
isDone
public boolean isDone()- Specified by:
isDonein interfacePathIterator
-
next
public void next()- Specified by:
nextin interfacePathIterator
-