public static enum Texture.OPERATIONS extends java.lang.Enum<Texture.OPERATIONS>
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static Texture.OPERATIONS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Texture.OPERATIONS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Texture.OPERATIONS MULTIPLY
public static final Texture.OPERATIONS MIX
public static Texture.OPERATIONS[] values()
for (Texture.OPERATIONS c : Texture.OPERATIONS.values()) System.out.println(c);
public static Texture.OPERATIONS 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 nullpublic int getValue()