Class PnmImagingParameters
- java.lang.Object
-
- org.apache.commons.imaging.ImagingParameters<PnmImagingParameters>
-
- org.apache.commons.imaging.formats.pnm.PnmImagingParameters
-
public class PnmImagingParameters extends ImagingParameters<PnmImagingParameters>
Pnm format parameters.- Since:
- 1.0-alpha3
-
-
Field Summary
Fields Modifier and Type Field Description private booleanrawBitsprivate ImageFormatssubtypePnm format subtype (e.g.
-
Constructor Summary
Constructors Constructor Description PnmImagingParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageFormatsgetSubtype()booleanisRawBits()PnmImagingParameterssetRawBits(boolean rawBits)PnmImagingParameterssetSubtype(ImageFormats subtype)-
Methods inherited from class org.apache.commons.imaging.ImagingParameters
asThis, getBufferedImageFactory, getFileName, getPixelDensity, isStrict, setBufferedImageFactory, setFileName, setPixelDensity, setStrict
-
-
-
-
Field Detail
-
rawBits
private boolean rawBits
-
subtype
private ImageFormats subtype
Pnm format subtype (e.g. pam, pbm, etc).
-
-
Method Detail
-
getSubtype
public ImageFormats getSubtype()
-
isRawBits
public boolean isRawBits()
-
setRawBits
public PnmImagingParameters setRawBits(boolean rawBits)
-
setSubtype
public PnmImagingParameters setSubtype(ImageFormats subtype)
-
-