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 intPCX_COMPRESSION_RLEstatic intPCX_COMPRESSION_UNCOMPRESSED
-
Constructor Summary
Constructors Modifier Constructor Description privatePcxConstants()
-
-
-
Field Detail
-
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
-
-