javax.imageio
public class ImageReadParam extends IIOParam
Modifier and Type | Field and Description |
---|---|
protected boolean |
canSetSourceRenderSize |
protected BufferedImage |
destination |
protected int[] |
destinationBands |
protected int |
minProgressivePass |
protected int |
numProgressivePasses |
protected Dimension |
sourceRenderSize |
controller, defaultController, destinationOffset, destinationType, sourceBands, sourceRegion, sourceXSubsampling, sourceYSubsampling, subsamplingXOffset, subsamplingYOffset
Constructor and Description |
---|
ImageReadParam() |
Modifier and Type | Method and Description |
---|---|
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) |
activateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setDestinationType, setSourceBands, setSourceRegion, setSourceSubsampling
protected boolean canSetSourceRenderSize
protected BufferedImage destination
protected int[] destinationBands
protected int minProgressivePass
protected int numProgressivePasses
protected Dimension sourceRenderSize
public ImageReadParam()
public boolean canSetSourceRenderSize()
public BufferedImage getDestination()
public int[] getDestinationBands()
public int getSourceMaxProgressivePass()
public int getSourceMinProgressivePass()
public int getSourceNumProgressivePasses()
public Dimension getSourceRenderSize()
public void setDestination(BufferedImage destination)
public void setDestinationBands(int[] destinationBands)
public void setSourceProgressivePasses(int minPass, int numPasses)
public void setSourceRenderSize(Dimension size) throws UnsupportedOperationException
UnsupportedOperationException