javax.imageio
Class ImageReadParam

java.lang.Object
  extended by javax.imageio.IIOParam
      extended by javax.imageio.ImageReadParam
Direct Known Subclasses:
JPEGImageReadParam

public class ImageReadParam
extends IIOParam

DOCUMENT ME


Field Summary
protected  boolean canSetSourceRenderSize
           
protected  BufferedImage destination
           
protected  int[] destinationBands
           
protected  int minProgressivePass
           
protected  int numProgressivePasses
           
protected  Dimension sourceRenderSize
           
 
Fields inherited from class javax.imageio.IIOParam
controller, defaultController, destinationOffset, destinationType, sourceBands, sourceRegion, sourceXSubsampling, sourceYSubsampling, subsamplingXOffset, subsamplingYOffset
 
Constructor Summary
ImageReadParam()
           
 
Method Summary
 boolean canSetSourceRenderSize()
           
 BufferedImage getDestination()
           
 int[] getDestinationBands()
           
 int getSourceMaxProgressivePass()
           
 int getSourceMinProgressivePass()
           
 int getSourceNumProgressivePasses()
           
 Dimension getSourceRenderSize()
           
 void setDestination(BufferedImage destination)
           
 void setDestinationBands(int[] destinationBands)
           
 void setSourceProgressivePasses(int minPass, int numPasses)
           
 void setSourceRenderSize(Dimension size)
           
 
Methods inherited from class javax.imageio.IIOParam
activateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setDestinationType, setSourceBands, setSourceRegion, setSourceSubsampling
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

canSetSourceRenderSize

protected boolean canSetSourceRenderSize

destination

protected BufferedImage destination

destinationBands

protected int[] destinationBands

minProgressivePass

protected int minProgressivePass

numProgressivePasses

protected int numProgressivePasses

sourceRenderSize

protected Dimension sourceRenderSize
Constructor Detail

ImageReadParam

public ImageReadParam()
Method Detail

canSetSourceRenderSize

public boolean canSetSourceRenderSize()

getDestination

public BufferedImage getDestination()

getDestinationBands

public int[] getDestinationBands()

getSourceMaxProgressivePass

public int getSourceMaxProgressivePass()

getSourceMinProgressivePass

public int getSourceMinProgressivePass()

getSourceNumProgressivePasses

public int getSourceNumProgressivePasses()

getSourceRenderSize

public Dimension getSourceRenderSize()

setDestination

public void setDestination(BufferedImage destination)

setDestinationBands

public void setDestinationBands(int[] destinationBands)

setSourceProgressivePasses

public void setSourceProgressivePasses(int minPass,
                                       int numPasses)

setSourceRenderSize

public void setSourceRenderSize(Dimension size)
                         throws UnsupportedOperationException
Throws:
UnsupportedOperationException