Package org.jdesktop.swingx.geom
Class Morphing2D.Geometry
java.lang.Object
org.jdesktop.swingx.geom.Morphing2D.Geometry
- Enclosing class:
Morphing2D
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) double[]
(package private) static final double
(package private) double[]
(package private) int
(package private) static final double
(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
THIRD
static final double THIRD- See Also:
-
MIN_LEN
static final double MIN_LEN- See Also:
-
bezierCoords
double[] bezierCoords -
numCoords
int numCoords -
windingrule
int windingrule -
myTvals
double[] myTvals
-
-
Constructor Details
-
Geometry
-
-
Method Details
-
getWindingRule
public int getWindingRule() -
getNumCoords
public int getNumCoords() -
getCoord
public double getCoord(int i) -
getTvals
public double[] getTvals() -
setTvals
public void setTvals(double[] newTvals)
-