|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SpatialDescriptor.E_RenderQueueMode>
com.acarter.scenemonitor.textdescriptor.definitions.SpatialDescriptor.E_RenderQueueMode
protected static enum SpatialDescriptor.E_RenderQueueMode
Enumerates the permissible render queue mode.
Enum Constant Summary | |
---|---|
QUEUE_INHERIT
The Spatial will inherit its render queue state from its parent. |
|
QUEUE_OPAQUE
The Spatial will render in the opaque bucket. |
|
QUEUE_ORTHO
The Spatial will render in the ortho bucket. |
|
QUEUE_SKIP
The Spatial will skip render queueing. |
|
QUEUE_TRANSPARENT
The Spatial will render in the transparent bucket. |
Method Summary | |
---|---|
static SpatialDescriptor.E_RenderQueueMode |
getConstant(int type)
Returns the enum constant matching the type value. |
static SpatialDescriptor.E_RenderQueueMode |
getConstant(java.lang.String name)
Returns the enum constant matching the name string. |
int |
getType()
Returns the integer value of the constant. |
java.lang.String |
toString()
Returns the string value of the constant. |
static SpatialDescriptor.E_RenderQueueMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SpatialDescriptor.E_RenderQueueMode[] |
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, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SpatialDescriptor.E_RenderQueueMode QUEUE_INHERIT
public static final SpatialDescriptor.E_RenderQueueMode QUEUE_SKIP
public static final SpatialDescriptor.E_RenderQueueMode QUEUE_OPAQUE
public static final SpatialDescriptor.E_RenderQueueMode QUEUE_TRANSPARENT
public static final SpatialDescriptor.E_RenderQueueMode QUEUE_ORTHO
Method Detail |
---|
public static final SpatialDescriptor.E_RenderQueueMode[] values()
for(SpatialDescriptor.E_RenderQueueMode c : SpatialDescriptor.E_RenderQueueMode.values()) System.out.println(c);
public static SpatialDescriptor.E_RenderQueueMode 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 namepublic static SpatialDescriptor.E_RenderQueueMode getConstant(java.lang.String name)
name
- string value of enum constant
public static SpatialDescriptor.E_RenderQueueMode getConstant(int type)
type
- type value of enum constant
public java.lang.String toString()
toString
in class java.lang.Enum<SpatialDescriptor.E_RenderQueueMode>
public int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |