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 double
MIN_LEN
(package private) double[]
myTvals
(package private) int
numCoords
(package private) static double
THIRD
(package private) int
windingrule
-
Constructor Summary
Constructors Constructor Description Geometry(java.awt.Shape s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCoord(int i)
int
getNumCoords()
double[]
getTvals()
int
getWindingRule()
void
setTvals(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
-
-