public static enum BitmapToByteData.BmpType extends java.lang.Enum<BitmapToByteData.BmpType>
Modifier and Type | Method and Description |
---|---|
static BitmapToByteData.BmpType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BitmapToByteData.BmpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitmapToByteData.BmpType Dithering
public static final BitmapToByteData.BmpType Threshold
public static BitmapToByteData.BmpType[] values()
for (BitmapToByteData.BmpType c : BitmapToByteData.BmpType.values()) System.out.println(c);
public static BitmapToByteData.BmpType 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