public static enum Texture2dProgram.ProgramType extends Enum<Texture2dProgram.ProgramType>
| Enum Constant and Description |
|---|
TEXTURE_2D |
TEXTURE_EXT |
TEXTURE_EXT_BW |
TEXTURE_EXT_FILT |
| Modifier and Type | Method and Description |
|---|---|
static Texture2dProgram.ProgramType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Texture2dProgram.ProgramType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Texture2dProgram.ProgramType TEXTURE_2D
public static final Texture2dProgram.ProgramType TEXTURE_EXT
public static final Texture2dProgram.ProgramType TEXTURE_EXT_BW
public static final Texture2dProgram.ProgramType TEXTURE_EXT_FILT
public static Texture2dProgram.ProgramType[] values()
for (Texture2dProgram.ProgramType c : Texture2dProgram.ProgramType.values()) System.out.println(c);
public static Texture2dProgram.ProgramType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null