JSR-209 (Final Release)

Uses of Class
javax.imageio.ImageReadParam

Packages that use ImageReadParam
javax.imageio The main package of the Java Image I/O API. 
 

Uses of ImageReadParam in javax.imageio
 

Methods in javax.imageio that return ImageReadParam
 ImageReadParam ImageReader.getDefaultReadParam()
          Returns a default ImageReadParam object appropriate for this format.
 

Methods in javax.imageio with parameters of type ImageReadParam
abstract  BufferedImage ImageReader.read(int imageIndex, ImageReadParam param)
          Reads the image indexed by imageIndex and returns it as a complete BufferedImage, using a supplied ImageReadParam.
 RenderedImage ImageReader.readAsRenderedImage(int imageIndex, ImageReadParam param)
          Returns a RenderedImage object that contains the contents of the image indexed by imageIndex.
protected static Rectangle ImageReader.getSourceRegion(ImageReadParam param, int srcWidth, int srcHeight)
          A utility method that may be used by readers to compute the region of the source image that should be read, taking into account any source region and subsampling offset settings in the supplied ImageReadParam.
protected static void ImageReader.computeRegions(ImageReadParam param, int srcWidth, int srcHeight, BufferedImage image, Rectangle srcRegion, Rectangle destRegion)
          Computes the source region of interest and the destination region of interest, taking the width and height of the source image, an optional destination image, and an optional ImageReadParam into account.
protected static void ImageReader.checkReadParamBandSettings(ImageReadParam param, int numSrcBands, int numDstBands)
          A utility method that may be used by readers to test the validity of the source and destination band settings of an ImageReadParam.
protected static BufferedImage ImageReader.getDestination(ImageReadParam param, java.util.Iterator imageTypes, int width, int height)
          Returns the BufferedImage to which decoded pixel data should be written.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.