Class PcxConstants
- java.lang.Object
-
- org.apache.commons.imaging.formats.pcx.PcxConstants
-
public final class PcxConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAM_KEY_PCX_BIT_DEPTHstatic StringPARAM_KEY_PCX_COMPRESSIONstatic StringPARAM_KEY_PCX_PLANESstatic intPCX_COMPRESSION_RLEstatic intPCX_COMPRESSION_UNCOMPRESSED
-
-
-
Field Detail
-
PARAM_KEY_PCX_COMPRESSION
public static final 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 String PARAM_KEY_PCX_BIT_DEPTH
- See Also:
- Constant Field Values
-
PARAM_KEY_PCX_PLANES
public static final String PARAM_KEY_PCX_PLANES
- See Also:
- Constant Field Values
-
-