Class PathIteratorLimited
java.lang.Object
net.sourceforge.plantuml.ugraphic.eps.PathIteratorLimited
- All Implemented Interfaces:
java.awt.geom.PathIterator
public class PathIteratorLimited
extends java.lang.Object
implements java.awt.geom.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
count
(java.awt.Shape source) int
currentSegment
(double[] arg0) int
currentSegment
(float[] arg0) int
boolean
isDone()
void
next()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PathIteratorLimited
public PathIteratorLimited(java.awt.Shape source, int start, int limit)
-
-
Method Details
-
count
public static int count(java.awt.Shape source) -
currentSegment
public int currentSegment(float[] arg0) - Specified by:
currentSegment
in interfacejava.awt.geom.PathIterator
-
currentSegment
public int currentSegment(double[] arg0) - Specified by:
currentSegment
in interfacejava.awt.geom.PathIterator
-
getWindingRule
public int getWindingRule()- Specified by:
getWindingRule
in interfacejava.awt.geom.PathIterator
-
isDone
public boolean isDone()- Specified by:
isDone
in interfacejava.awt.geom.PathIterator
-
next
public void next()- Specified by:
next
in interfacejava.awt.geom.PathIterator
-