java.lang.Object
org.jhotdraw8.geom.shape.BezierPathIterator
- All Implemented Interfaces:
PathIterator
BezierPathIterator.
- Author:
- Werner Randelshofer
-
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 TypeMethodDescriptionintcurrentSegment(double[] coords) intcurrentSegment(float[] coords) intReturn the winding rule for determining the interior of the path.booleanisDone()Tests if there are more points to read.voidnext()
-
Constructor Details
-
BezierPathIterator
-
-
Method Details
-
getWindingRule
public int getWindingRule()Return the winding rule for determining the interior of the path.- Specified by:
getWindingRulein interfacePathIterator- See Also:
-
isDone
public boolean isDone()Tests if there are more points to read.- Specified by:
isDonein interfacePathIterator- Returns:
- true if there are more points to read
-
next
public void next()- Specified by:
nextin interfacePathIterator
-
currentSegment
public int currentSegment(double[] coords) - Specified by:
currentSegmentin interfacePathIterator
-
currentSegment
public int currentSegment(float[] coords) - Specified by:
currentSegmentin interfacePathIterator
-