public static enum ProgramFragmentFixedFunction.Builder.EnvMode extends Enum<ProgramFragmentFixedFunction.Builder.EnvMode>
Enum Constant and Description |
---|
DECAL
Deprecated.
in API 16
|
MODULATE
Deprecated.
in API 16
|
REPLACE
Deprecated.
in API 16
|
Modifier and Type | Method and Description |
---|---|
static ProgramFragmentFixedFunction.Builder.EnvMode |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ProgramFragmentFixedFunction.Builder.EnvMode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProgramFragmentFixedFunction.Builder.EnvMode REPLACE
public static final ProgramFragmentFixedFunction.Builder.EnvMode MODULATE
public static final ProgramFragmentFixedFunction.Builder.EnvMode DECAL
public static ProgramFragmentFixedFunction.Builder.EnvMode[] values()
for (ProgramFragmentFixedFunction.Builder.EnvMode c : ProgramFragmentFixedFunction.Builder.EnvMode.values()) System.out.println(c);
public static ProgramFragmentFixedFunction.Builder.EnvMode 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