public static enum BitmapToByteData.BmpType extends java.lang.Enum<BitmapToByteData.BmpType>
限定符和類型 | 方法和說明 |
---|---|
static BitmapToByteData.BmpType |
valueOf(java.lang.String name)
返回帶有指定名稱的該類型的枚舉常量。
|
static BitmapToByteData.BmpType[] |
values()
按照聲明該枚舉類型的常量的順序, 返回
包含這些常量的數組。
|
public static final BitmapToByteData.BmpType Dithering
public static final BitmapToByteData.BmpType Threshold
public static final BitmapToByteData.BmpType Grey
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
- 要返回的枚舉常量的名稱。java.lang.IllegalArgumentException
- 如果該枚舉類型沒有帶有指定名稱的常量java.lang.NullPointerException
- 如果參數為空值