|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ZTransformable is an interface that represents an object that has a transform that supports get and set.
Method Summary | |
void |
getMatrix(double[] matrix)
Retrieves the 6 specifiable values of the affine transformation, and places them into an array of double precisions values. |
void |
setTransform(double m00,
double m10,
double m01,
double m11,
double m02,
double m12)
Sets the affine transform. |
Method Detail |
public void getMatrix(double[] matrix)
matrix
- the double array used to store the returned
values.public void setTransform(double m00, double m10, double m01, double m11, double m02, double m12)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |