public enum BitmapType extends java.lang.Enum<BitmapType>
Modifier and Type | Method and Description |
---|---|
static BitmapType |
fromGUID(com.teamdev.jxdesktop.win32.ole.GUID subtype) |
long |
getBitCount() |
com.teamdev.jxdesktop.win32.ole.GUID |
getMediaSubtype() |
int |
getRgbSize() |
static BitmapType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BitmapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitmapType RGB24
public static final BitmapType RGB32
public static BitmapType[] values()
for (BitmapType c : BitmapType.values()) System.out.println(c);
public static BitmapType 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 nullpublic int getRgbSize()
public com.teamdev.jxdesktop.win32.ole.GUID getMediaSubtype()
public long getBitCount()
public static BitmapType fromGUID(com.teamdev.jxdesktop.win32.ole.GUID subtype)