Interface BMPConstants
-
- All Known Implementing Classes:
BMPImageReader
,BMPImageWriter
,BMPMetadata
public interface BMPConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
BI_BITFIELDS
static int
BI_JPEG
static int
BI_PNG
static int
BI_RGB
static int
BI_RLE4
static int
BI_RLE8
static java.lang.String[]
compressionTypeNames
static int
LCS_CALIBRATED_RGB
static int
LCS_sRGB
static int
LCS_WINDOWS_COLOR_SPACE
static int
PROFILE_EMBEDDED
static int
PROFILE_LINKED
static java.lang.String
VERSION_2
static java.lang.String
VERSION_3
static java.lang.String
VERSION_3_NT
static java.lang.String
VERSION_4
static java.lang.String
VERSION_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
-
-