|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.util.EnumItem
com.jniwrapper.win32.gdi.Bitmap.Compression
Class Compression represents compression level enumeration.
| Field Summary | |
static Bitmap.Compression |
BITFIELDS
Specifies that the bitmap is not compressed. |
static Bitmap.Compression |
JPEG
Specifies image compression using the JPEG format. |
static Bitmap.Compression |
PNG
Specifies image compression using the PNG format. |
static Bitmap.Compression |
RGB
Uncompressed format. |
static Bitmap.Compression |
RLE4
Run-Length Encoded format for bitmaps with 4 bpp. |
static Bitmap.Compression |
RLE8
Run-Length Encoded format for bitmaps with 8 bpp. |
| Constructor Summary | |
protected |
Bitmap.Compression(int value)
|
| Methods inherited from class com.jniwrapper.util.EnumItem |
equals, getLongValue, getValue, hashCode, isOneOf |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Bitmap.Compression RGB
public static final Bitmap.Compression RLE8
public static final Bitmap.Compression RLE4
public static final Bitmap.Compression BITFIELDS
public static final Bitmap.Compression JPEG
public static final Bitmap.Compression PNG
| Constructor Detail |
protected Bitmap.Compression(int value)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||