Class JBIG2ReadParam


  • public class JBIG2ReadParam
    extends javax.imageio.ImageReadParam
    This class extends ImageReadParam and contains region of interest and scale / subsampling functionality
    • Field Summary

      • Fields inherited from class javax.imageio.ImageReadParam

        canSetSourceRenderSize, destination, destinationBands, minProgressivePass, numProgressivePasses, sourceRenderSize
      • Fields inherited from class javax.imageio.IIOParam

        controller, defaultController, destinationOffset, destinationType, sourceBands, sourceRegion, sourceXSubsampling, sourceYSubsampling, subsamplingXOffset, subsamplingYOffset
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JBIG2ReadParam

        public JBIG2ReadParam()
      • JBIG2ReadParam

        public JBIG2ReadParam​(int sourceXSubsampling,
                              int sourceYSubsampling,
                              int subsamplingXOffset,
                              int subsamplingYOffset,
                              java.awt.Rectangle sourceRegion,
                              java.awt.Dimension sourceRenderSize)