Class PcxImagingParameters
- java.lang.Object
-
- org.apache.commons.imaging.ImagingParameters
-
- org.apache.commons.imaging.formats.pcx.PcxImagingParameters
-
public class PcxImagingParameters extends ImagingParameters
Parameters used by the Pcx format.- Since:
- 1.0-alpha3
-
-
Constructor Summary
Constructors Constructor Description PcxImagingParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBitDepth()
int
getCompression()
int
getPlanes()
void
setBitDepth(int bitDepth)
void
setCompression(int compression)
void
setPlanes(int planes)
-
Methods inherited from class org.apache.commons.imaging.ImagingParameters
getBufferedImageFactory, getFileName, getPixelDensity, isStrict, setBufferedImageFactory, setFileName, setPixelDensity, setStrict
-
-