Enum Constant and Description |
---|
BeginRender |
EndRender |
FlushQueue |
PostFrame |
PostQueue |
PreFrame |
ProcEndRender |
RenderBucket |
RenderScene |
Modifier and Type | Method and Description |
---|---|
static VpStep |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VpStep[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VpStep BeginRender
public static final VpStep RenderScene
public static final VpStep PreFrame
public static final VpStep PostQueue
public static final VpStep FlushQueue
public static final VpStep PostFrame
public static final VpStep ProcEndRender
public static final VpStep RenderBucket
public static final VpStep EndRender
public static VpStep[] values()
for (VpStep c : VpStep.values()) System.out.println(c);
public static VpStep 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