|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Skybox.Face>
com.jme.scene.Skybox.Face
public static enum Skybox.Face
| Enum Constant Summary | |
|---|---|
Down
The -Y side of the skybox. |
|
East
The -X side of the skybox. |
|
North
The +Z side of the skybox. |
|
South
The -Z side of the skybox. |
|
Up
The +Y side of the skybox. |
|
West
The +X side of the skybox. |
|
| Method Summary | |
|---|---|
static Skybox.Face |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Skybox.Face[] |
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 Skybox.Face North
public static final Skybox.Face South
public static final Skybox.Face East
public static final Skybox.Face West
public static final Skybox.Face Up
public static final Skybox.Face Down
| Method Detail |
|---|
public static final Skybox.Face[] values()
for(Skybox.Face c : Skybox.Face.values())
System.out.println(c);
public static Skybox.Face 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 | |||||||||