Class JBIG2ReadParam
java.lang.Object
javax.imageio.IIOParam
javax.imageio.ImageReadParam
org.apache.pdfbox.jbig2.JBIG2ReadParam
This class extends
ImageReadParam and contains region of interest and scale / subsampling functionality-
Field Summary
Fields inherited from class ImageReadParam
canSetSourceRenderSize, destination, destinationBands, minProgressivePass, numProgressivePasses, sourceRenderSizeFields inherited from class IIOParam
controller, defaultController, destinationOffset, destinationType, sourceBands, sourceRegion, sourceXSubsampling, sourceYSubsampling, subsamplingXOffset, subsamplingYOffset -
Constructor Summary
ConstructorsConstructorDescriptionJBIG2ReadParam(int sourceXSubsampling, int sourceYSubsampling, int subsamplingXOffset, int subsamplingYOffset, Rectangle sourceRegion, Dimension sourceRenderSize) -
Method Summary
Methods inherited from class ImageReadParam
canSetSourceRenderSize, getDestination, getDestinationBands, getSourceMaxProgressivePass, getSourceMinProgressivePass, getSourceNumProgressivePasses, getSourceRenderSize, setDestination, setDestinationBands, setDestinationType, setSourceProgressivePasses, setSourceRenderSizeMethods inherited from class IIOParam
activateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setSourceBands, setSourceRegion, setSourceSubsampling
-
Constructor Details
-
JBIG2ReadParam
public JBIG2ReadParam() -
JBIG2ReadParam
-