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