|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object camera3d.TransformType
Defines the types of tranformations allowed. It is an implementation of the typesafe enumeration design pattern.
Field Summary | |
static TransformType |
NONE
No transformation type. |
static TransformType |
ROTATION
Rotation transformation type. |
static TransformType |
SCALING
Scaling transformation type. |
static TransformType |
TRANSLATION
Translation transformation type. |
Method Summary | |
java.lang.String |
toString()
Returns a String identifying the transformation type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final TransformType ROTATION
public static final TransformType TRANSLATION
public static final TransformType SCALING
public static final TransformType NONE
Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |