|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RenderStateType>
de.lessvoid.nifty.render.RenderStateType
public enum RenderStateType
states to save.
Enum Constant Summary | |
---|---|
alpha
alpha. |
|
blendMode
blend mode. |
|
clip
clip. |
|
color
color. |
|
font
font. |
|
imageScale
image scale. |
|
position
save position information. |
|
textSize
text size. |
Method Summary | |
---|---|
static Set<RenderStateType> |
allStates()
Helper to get all available RenderStates as a set. |
static Set<RenderStateType> |
allStatesCopy()
|
static RenderStateType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RenderStateType[] |
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 RenderStateType position
public static final RenderStateType color
public static final RenderStateType alpha
public static final RenderStateType textSize
public static final RenderStateType imageScale
public static final RenderStateType font
public static final RenderStateType clip
public static final RenderStateType blendMode
Method Detail |
---|
public static RenderStateType[] values()
for (RenderStateType c : RenderStateType.values()) System.out.println(c);
public static RenderStateType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static Set<RenderStateType> allStates()
public static Set<RenderStateType> allStatesCopy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |