public enum SceneMode extends Enum<SceneMode>
Enum Constant and Description |
---|
COLUMBUS_VIEW |
MORPHING |
SCENE2D |
SCENE3D |
Modifier and Type | Method and Description |
---|---|
static double |
getMorphTime(SceneMode sceneMode) |
static SceneMode |
valueOf(int nativeValue) |
static SceneMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SceneMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SceneMode COLUMBUS_VIEW
public static final SceneMode MORPHING
public static final SceneMode SCENE2D
public static final SceneMode SCENE3D
public static SceneMode[] values()
for (SceneMode c : SceneMode.values()) System.out.println(c);
public static SceneMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static SceneMode valueOf(int nativeValue)
public static double getMorphTime(SceneMode sceneMode)
Copyright © 2014. All rights reserved.