javax.imageio

Class ImageReadParam

public class ImageReadParam extends IIOParam

DOCUMENT ME
Field Summary
protected booleancanSetSourceRenderSize
protected BufferedImagedestination
protected int[]destinationBands
protected intminProgressivePass
protected intnumProgressivePasses
protected DimensionsourceRenderSize
Constructor Summary
ImageReadParam()
Method Summary
booleancanSetSourceRenderSize()
BufferedImagegetDestination()
int[]getDestinationBands()
intgetSourceMaxProgressivePass()
intgetSourceMinProgressivePass()
intgetSourceNumProgressivePasses()
DimensiongetSourceRenderSize()
voidsetDestination(BufferedImage destination)
voidsetDestinationBands(int[] destinationBands)
voidsetSourceProgressivePasses(int minPass, int numPasses)
voidsetSourceRenderSize(Dimension size)

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)