|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RenderState.StateType>
com.jme.scene.state.RenderState.StateType
public static enum RenderState.StateType
Enumerates every possible RenderState
type.
Enum Constant Summary | |
---|---|
Blend
The value returned by getType() for BlendState. |
|
Clip
The value returned by getType() for ClipState. |
|
ColorMask
The value returned by getType() for ColorMaskState. |
|
Cull
The value returned by getType() for CullState. |
|
Fog
The value returned by getType() for FogState. |
|
FragmentProgram
The value returned by getType() for FragmentProgramState. |
|
GLSLShaderObjects
The value returned by getType() for GLSLShaderObjectsState. |
|
Light
The value returned by getType() for LightState. |
|
Material
The value returend by getType() for MaterialState. |
|
Shade
The value returned by getType() for ShadeState. |
|
Stencil
The value returned by getType() for StencilState. |
|
Stipple
The value returned by getType() for StippleState. |
|
Texture
The value returned by getType() for TextureState. |
|
VertexProgram
The value returned by getType() for VertexProgramState. |
|
Wireframe
The value returned by getType() for WireframeState. |
|
ZBuffer
The value returned by getType() for ZBufferState. |
Method Summary | |
---|---|
boolean |
canQuickCompare()
|
static RenderState.StateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RenderState.StateType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RenderState.StateType Blend
public static final RenderState.StateType Fog
public static final RenderState.StateType Light
public static final RenderState.StateType Material
public static final RenderState.StateType Shade
public static final RenderState.StateType Texture
public static final RenderState.StateType Wireframe
public static final RenderState.StateType ZBuffer
public static final RenderState.StateType Cull
public static final RenderState.StateType VertexProgram
public static final RenderState.StateType FragmentProgram
public static final RenderState.StateType Stencil
public static final RenderState.StateType GLSLShaderObjects
public static final RenderState.StateType ColorMask
public static final RenderState.StateType Clip
public static final RenderState.StateType Stipple
Method Detail |
---|
public static RenderState.StateType[] values()
for (RenderState.StateType c : RenderState.StateType.values()) System.out.println(c);
public static RenderState.StateType 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
java.lang.NullPointerException
- if the argument is nullpublic boolean canQuickCompare()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |