Package org.apache.pdfbox.jbig2
Class JBIG2ReadParam
- java.lang.Object
-
- javax.imageio.IIOParam
-
- javax.imageio.ImageReadParam
-
- org.apache.pdfbox.jbig2.JBIG2ReadParam
-
public class JBIG2ReadParam extends javax.imageio.ImageReadParam
This class extendsImageReadParam
and contains region of interest and scale / subsampling functionality
-
-
Constructor Summary
Constructors Constructor Description JBIG2ReadParam()
JBIG2ReadParam(int sourceXSubsampling, int sourceYSubsampling, int subsamplingXOffset, int subsamplingYOffset, java.awt.Rectangle sourceRegion, java.awt.Dimension sourceRenderSize)
-
Method Summary
-
Methods inherited from class javax.imageio.ImageReadParam
canSetSourceRenderSize, getDestination, getDestinationBands, getSourceMaxProgressivePass, getSourceMinProgressivePass, getSourceNumProgressivePasses, getSourceRenderSize, setDestination, setDestinationBands, setDestinationType, setSourceProgressivePasses, setSourceRenderSize
-
Methods inherited from class javax.imageio.IIOParam
activateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setSourceBands, setSourceRegion, setSourceSubsampling
-
-