Class PcxImagingParameters
java.lang.Object
org.apache.commons.imaging.ImagingParameters<PcxImagingParameters>
org.apache.commons.imaging.formats.pcx.PcxImagingParameters
Parameters used by the Pcx format.
- Since:
- 1.0-alpha3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintsetBitDepth(int bitDepth) setCompression(int compression) setPlanes(int planes) Methods inherited from class ImagingParameters
asThis, getBufferedImageFactory, getFileName, getPixelDensity, isStrict, setBufferedImageFactory, setFileName, setPixelDensity, setStrict
-
Field Details
-
planes
private int planes -
bitDepth
private int bitDepth -
compression
private int compression
-
-
Constructor Details
-
PcxImagingParameters
public PcxImagingParameters()
-
-
Method Details
-
getBitDepth
public int getBitDepth() -
getCompression
public int getCompression() -
getPlanes
public int getPlanes() -
setBitDepth
-
setCompression
-
setPlanes
-