Class Morphing2D.Iterator
java.lang.Object
org.jdesktop.swingx.geom.Morphing2D.Iterator
- All Implemented Interfaces:
PathIterator
- Enclosing class:
Morphing2D
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) AffineTransform(package private) int(package private) double[](package private) Morphing2D.Geometry(package private) Morphing2D.Geometry(package private) doubleFields inherited from interface PathIterator
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO -
Constructor Summary
ConstructorsConstructorDescriptionIterator(AffineTransform at, Morphing2D.Geometry g0, Morphing2D.Geometry g1, double t) -
Method Summary
Modifier and TypeMethodDescriptionintcurrentSegment(double[] coords) intcurrentSegment(float[] coords) intbooleanisDone()voidnext()
-
Field Details
-
at
-
g0
-
g1
-
t
double t -
cindex
int cindex -
dcoords
double[] dcoords
-
-
Constructor Details
-
Iterator
-
-
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
-