static enum ImageComponentRetained.ImageFormatType extends java.lang.Enum<ImageComponentRetained.ImageFormatType>
| Enum Constant and Description |
|---|
TYPE_BYTE_ABGR |
TYPE_BYTE_BGR |
TYPE_BYTE_GRAY |
TYPE_BYTE_LA |
TYPE_BYTE_RGB |
TYPE_BYTE_RGBA |
TYPE_INT_ARGB |
TYPE_INT_BGR |
TYPE_INT_RGB |
TYPE_UNKNOWN |
TYPE_USHORT_GRAY |
| Modifier and Type | Method and Description |
|---|---|
static ImageComponentRetained.ImageFormatType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageComponentRetained.ImageFormatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageComponentRetained.ImageFormatType TYPE_UNKNOWN
public static final ImageComponentRetained.ImageFormatType TYPE_BYTE_BGR
public static final ImageComponentRetained.ImageFormatType TYPE_BYTE_RGB
public static final ImageComponentRetained.ImageFormatType TYPE_BYTE_ABGR
public static final ImageComponentRetained.ImageFormatType TYPE_BYTE_RGBA
public static final ImageComponentRetained.ImageFormatType TYPE_BYTE_LA
public static final ImageComponentRetained.ImageFormatType TYPE_BYTE_GRAY
public static final ImageComponentRetained.ImageFormatType TYPE_USHORT_GRAY
public static final ImageComponentRetained.ImageFormatType TYPE_INT_BGR
public static final ImageComponentRetained.ImageFormatType TYPE_INT_RGB
public static final ImageComponentRetained.ImageFormatType TYPE_INT_ARGB
public static ImageComponentRetained.ImageFormatType[] values()
for (ImageComponentRetained.ImageFormatType c : ImageComponentRetained.ImageFormatType.values()) System.out.println(c);
public static ImageComponentRetained.ImageFormatType 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 nullCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.