Interface PCXConstants
-
- All Known Implementing Classes:
PCXImageReader
,PCXImageWriter
,PCXMetadata
public interface PCXConstants
-
-
Field Summary
Fields Modifier and Type Field Description static byte
ENCODING
static byte
MANUFACTURER
static byte
PALETTE_COLOR
static byte
PALETTE_GRAYSCALE
static byte
VERSION_2_5
static byte
VERSION_2_8_W_PALETTE
static byte
VERSION_2_8_WO_PALETTE
static byte
VERSION_3_0
static byte
VERSION_PC_WINDOWS
-
-
-
Field Detail
-
VERSION_2_5
static final byte VERSION_2_5
- See Also:
- Constant Field Values
-
VERSION_2_8_W_PALETTE
static final byte VERSION_2_8_W_PALETTE
- See Also:
- Constant Field Values
-
VERSION_2_8_WO_PALETTE
static final byte VERSION_2_8_WO_PALETTE
- See Also:
- Constant Field Values
-
VERSION_PC_WINDOWS
static final byte VERSION_PC_WINDOWS
- See Also:
- Constant Field Values
-
VERSION_3_0
static final byte VERSION_3_0
- See Also:
- Constant Field Values
-
MANUFACTURER
static final byte MANUFACTURER
- See Also:
- Constant Field Values
-
ENCODING
static final byte ENCODING
- See Also:
- Constant Field Values
-
PALETTE_COLOR
static final byte PALETTE_COLOR
- See Also:
- Constant Field Values
-
PALETTE_GRAYSCALE
static final byte PALETTE_GRAYSCALE
- See Also:
- Constant Field Values
-
-