Class ShapeShape.PathIteratorPathIterator
- java.lang.Object
-
- com.macrofocus.treemap.crossplatform.ShapeShape.PathIteratorPathIterator
-
- All Implemented Interfaces:
java.awt.geom.PathIterator
- Enclosing class:
- ShapeShape
public class ShapeShape.PathIteratorPathIterator extends java.lang.Object implements java.awt.geom.PathIterator
-
-
Constructor Summary
Constructors Constructor Description PathIteratorPathIterator(com.macrofocus.geom.PathIterator pathIterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
currentSegment(double[] coords)
int
currentSegment(float[] coords)
int
getWindingRule()
boolean
isDone()
void
next()
-
-
-
Method Detail
-
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
-
currentSegment
public int currentSegment(float[] coords)
- Specified by:
currentSegment
in interfacejava.awt.geom.PathIterator
-
currentSegment
public int currentSegment(double[] coords)
- Specified by:
currentSegment
in interfacejava.awt.geom.PathIterator
-
-