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