|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<KeyFrame.Axis>
org.jagatoo.loaders.models.collada.datastructs.animation.KeyFrame.Axis
public static enum KeyFrame.Axis
An Axis.
| Enum Constant Summary | |
|---|---|
X
X Axis : (1, 0, 0) |
|
Y
Y Axis : (0, 1, 0) |
|
Z
Z Axis : (0, 0, 1) |
|
| Method Summary | |
|---|---|
static KeyFrame.Axis |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static KeyFrame.Axis[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final KeyFrame.Axis X
public static final KeyFrame.Axis Y
public static final KeyFrame.Axis Z
| Method Detail |
|---|
public static final KeyFrame.Axis[] values()
for(KeyFrame.Axis c : KeyFrame.Axis.values())
System.out.println(c);
public static KeyFrame.Axis valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||