javax > javax.imageio > javax.imageio.imagereadparam >

Class: javax.imageio.ImageReadParam
    java.lang.Object
       javax.imageio.IIOParam
               javax.imageio.ImageReadParam


public class ImageReadParam extends IIOParam


FIELDS:
protected boolean canSetSourceRenderSize
protected BufferedImage destination
protected int[] destinationBands
protected int minProgressivePass
protected int numProgressivePasses
protected Dimension sourceRenderSize

CONSTRUCTORS:
public ImageReadParam()


METHODS:
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)
Throws: IllegalArgumentException

public void setDestinationType(ImageTypeSpecifier destinationType)
Overrides: IIOParam

public void setSourceProgressivePasses(int minPass, int numPasses)
Throws: IllegalArgumentException

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


INHERITED METHODS:
setSourceRegion(java.awt.Rectangle), getSourceRegion(), setSourceSubsampling(int, int, int, int), getSourceXSubsampling(), getSourceYSubsampling(), getSubsamplingXOffset(), getSubsamplingYOffset(), setSourceBands(int[]), getSourceBands(), setDestinationType(javax.imageio.ImageTypeSpecifier), getDestinationType(), setDestinationOffset(java.awt.Point), getDestinationOffset(), setController(javax.imageio.IIOParamController), getController(), getDefaultController(), hasController(), activateController(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
JPEGImageReadParam,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net