|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.image4j.codec.bmp.BMPConstants
public class BMPConstants
Provides constants used with BMP format.
Field Summary | |
---|---|
static int |
BI_RGB
Specifies no compression. |
static int |
BI_RLE4
Specifies 4-bit RLE compression. |
static int |
BI_RLE8
Specifies 8-bit RLE compression. |
static java.lang.String |
FILE_HEADER
The signature for the BMP format header "BM". |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FILE_HEADER
public static final int BI_RGB
InfoHeader
,
Constant Field Valuespublic static final int BI_RLE8
InfoHeader
,
Constant Field Valuespublic static final int BI_RLE4
InfoHeader
,
Constant Field Values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |