enum ExtraSamplesType extends java.lang.Enum<ExtraSamplesType>
| Enum Constant and Description |
|---|
ASSOCIATED_ALPHA |
UNASSOCIATED_ALPHA |
UNSPECIFIED |
| Modifier and Type | Field and Description |
|---|---|
private int |
typeValue |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
getValue() |
(package private) static ExtraSamplesType |
getValue(java.awt.image.ColorModel colorModel,
int numExtraSamples) |
static ExtraSamplesType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtraSamplesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtraSamplesType UNSPECIFIED
public static final ExtraSamplesType ASSOCIATED_ALPHA
public static final ExtraSamplesType UNASSOCIATED_ALPHA
public static ExtraSamplesType[] values()
for (ExtraSamplesType c : ExtraSamplesType.values()) System.out.println(c);
public static ExtraSamplesType 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 nullstatic ExtraSamplesType getValue(java.awt.image.ColorModel colorModel, int numExtraSamples)
int getValue()