Package com.treemap.swing.crossplatform
Class ShapeShape.PathIteratorPathIterator
java.lang.Object
com.treemap.swing.crossplatform.ShapeShape.PathIteratorPathIterator
- All Implemented Interfaces:
PathIterator
- Enclosing class:
ShapeShape
-
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) intbooleanisDone()voidnext()
-
Constructor Details
-
PathIteratorPathIterator
public PathIteratorPathIterator(com.macrofocus.geom.PathIterator pathIterator)
-
-
Method Details
-
getWindingRule
public int getWindingRule()- Specified by:
getWindingRulein interfacePathIterator
-
isDone
public boolean isDone()- Specified by:
isDonein interfacePathIterator
-
next
public void next()- Specified by:
nextin interfacePathIterator
-
currentSegment
public int currentSegment(float[] coords) - Specified by:
currentSegmentin interfacePathIterator
-
currentSegment
public int currentSegment(double[] coords) - Specified by:
currentSegmentin interfacePathIterator
-