Package org.jdesktop.swingx.geom
Class Morphing2D.Geometry
- java.lang.Object
-
- org.jdesktop.swingx.geom.Morphing2D.Geometry
-
- Enclosing class:
- Morphing2D
private static class Morphing2D.Geometry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) double[]bezierCoords(package private) static doubleMIN_LEN(package private) double[]myTvals(package private) intnumCoords(package private) static doubleTHIRD(package private) intwindingrule
-
Constructor Summary
Constructors Constructor Description Geometry(java.awt.Shape s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCoord(int i)intgetNumCoords()double[]getTvals()intgetWindingRule()voidsetTvals(double[] newTvals)
-
-
-
Field Detail
-
THIRD
static final double THIRD
- See Also:
- Constant Field Values
-
MIN_LEN
static final double MIN_LEN
- See Also:
- Constant Field Values
-
bezierCoords
double[] bezierCoords
-
numCoords
int numCoords
-
windingrule
int windingrule
-
myTvals
double[] myTvals
-
-