javax.imageio
Class ImageReadParam
java.lang.Object
javax.imageio.IIOParam
javax.imageio.ImageReadParam
- Direct Known Subclasses:
- JPEGImageReadParam
public class ImageReadParam
- extends IIOParam
DOCUMENT ME
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 |
canSetSourceRenderSize
protected boolean canSetSourceRenderSize
destination
protected BufferedImage destination
destinationBands
protected int[] destinationBands
minProgressivePass
protected int minProgressivePass
numProgressivePasses
protected int numProgressivePasses
sourceRenderSize
protected Dimension sourceRenderSize
ImageReadParam
public ImageReadParam()
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