public static enum Texture2dProgram.ProgramType extends java.lang.Enum<Texture2dProgram.ProgramType>
| Enum Constant and Description |
|---|
TEXTURE_2D |
TEXTURE_EXT |
TEXTURE_WATERMARK |
TEXTURE_YUV |
| Modifier and Type | Method and Description |
|---|---|
static Texture2dProgram.ProgramType |
valueOf(java.lang.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_WATERMARK
public static final Texture2dProgram.ProgramType TEXTURE_YUV
public static Texture2dProgram.ProgramType[] values()
for (Texture2dProgram.ProgramType c : Texture2dProgram.ProgramType.values()) System.out.println(c);
public static Texture2dProgram.ProgramType 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