Class PcxConstants
- java.lang.Object
-
- org.apache.commons.imaging.formats.pcx.PcxConstants
-
public final class PcxConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PARAM_KEY_PCX_BIT_DEPTH
static java.lang.String
PARAM_KEY_PCX_COMPRESSION
static java.lang.String
PARAM_KEY_PCX_PLANES
static int
PCX_COMPRESSION_RLE
static int
PCX_COMPRESSION_UNCOMPRESSED
-
Constructor Summary
Constructors Modifier Constructor Description private
PcxConstants()
-
-
-
Field Detail
-
PARAM_KEY_PCX_COMPRESSION
public static final java.lang.String PARAM_KEY_PCX_COMPRESSION
- See Also:
- Constant Field Values
-
PCX_COMPRESSION_UNCOMPRESSED
public static final int PCX_COMPRESSION_UNCOMPRESSED
- See Also:
- Constant Field Values
-
PCX_COMPRESSION_RLE
public static final int PCX_COMPRESSION_RLE
- See Also:
- Constant Field Values
-
PARAM_KEY_PCX_BIT_DEPTH
public static final java.lang.String PARAM_KEY_PCX_BIT_DEPTH
- See Also:
- Constant Field Values
-
PARAM_KEY_PCX_PLANES
public static final java.lang.String PARAM_KEY_PCX_PLANES
- See Also:
- Constant Field Values
-
-