Interface BMPConstants
-
- All Known Implementing Classes:
BMPImageReader,BMPImageWriter,BMPMetadata
public interface BMPConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intBI_BITFIELDSstatic intBI_JPEGstatic intBI_PNGstatic intBI_RGBstatic intBI_RLE4static intBI_RLE8static java.lang.String[]compressionTypeNamesstatic intLCS_CALIBRATED_RGBstatic intLCS_sRGBstatic intLCS_WINDOWS_COLOR_SPACEstatic intPROFILE_EMBEDDEDstatic intPROFILE_LINKEDstatic java.lang.StringVERSION_2static java.lang.StringVERSION_3static java.lang.StringVERSION_3_NTstatic java.lang.StringVERSION_4static java.lang.StringVERSION_5
-
-
-
Field Detail
-
VERSION_2
static final java.lang.String VERSION_2
- See Also:
- Constant Field Values
-
VERSION_3
static final java.lang.String VERSION_3
- See Also:
- Constant Field Values
-
VERSION_3_NT
static final java.lang.String VERSION_3_NT
- See Also:
- Constant Field Values
-
VERSION_4
static final java.lang.String VERSION_4
- See Also:
- Constant Field Values
-
VERSION_5
static final java.lang.String VERSION_5
- See Also:
- Constant Field Values
-
LCS_CALIBRATED_RGB
static final int LCS_CALIBRATED_RGB
- See Also:
- Constant Field Values
-
LCS_sRGB
static final int LCS_sRGB
- See Also:
- Constant Field Values
-
LCS_WINDOWS_COLOR_SPACE
static final int LCS_WINDOWS_COLOR_SPACE
- See Also:
- Constant Field Values
-
PROFILE_LINKED
static final int PROFILE_LINKED
- See Also:
- Constant Field Values
-
PROFILE_EMBEDDED
static final int PROFILE_EMBEDDED
- See Also:
- Constant Field Values
-
BI_RGB
static final int BI_RGB
- See Also:
- Constant Field Values
-
BI_RLE8
static final int BI_RLE8
- See Also:
- Constant Field Values
-
BI_RLE4
static final int BI_RLE4
- See Also:
- Constant Field Values
-
BI_BITFIELDS
static final int BI_BITFIELDS
- See Also:
- Constant Field Values
-
BI_JPEG
static final int BI_JPEG
- See Also:
- Constant Field Values
-
BI_PNG
static final int BI_PNG
- See Also:
- Constant Field Values
-
compressionTypeNames
static final java.lang.String[] compressionTypeNames
-
-