Package org.jdesktop.swingx.geom
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) double
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
ConstructorsConstructorDescriptionIterator
(AffineTransform at, Morphing2D.Geometry g0, Morphing2D.Geometry g1, double t) -
Method Summary
Modifier and TypeMethodDescriptionint
currentSegment
(double[] coords) int
currentSegment
(float[] coords) int
boolean
isDone()
void
next()
-
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:
getWindingRule
in interfacePathIterator
-
isDone
public boolean isDone()- Specified by:
isDone
in interfacePathIterator
-
next
public void next()- Specified by:
next
in interfacePathIterator
-
currentSegment
public int currentSegment(float[] coords) - Specified by:
currentSegment
in interfacePathIterator
-
currentSegment
public int currentSegment(double[] coords) - Specified by:
currentSegment
in interfacePathIterator
-