public static enum SceneRenderableSorter.Hints extends java.lang.Enum<SceneRenderableSorter.Hints>
| Enum Constant and Description |
|---|
OPAQUE_LAST |
| Modifier and Type | Method and Description |
|---|---|
static SceneRenderableSorter.Hints |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SceneRenderableSorter.Hints[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SceneRenderableSorter.Hints OPAQUE_LAST
public static SceneRenderableSorter.Hints[] values()
for (SceneRenderableSorter.Hints c : SceneRenderableSorter.Hints.values()) System.out.println(c);
public static SceneRenderableSorter.Hints 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 namejava.lang.NullPointerException - if the argument is null