GNU Classpath (0.95) | |
Frames | No Frames |
Classes derived from javax.imageio.ImageReadParam | |
class | The JPEGImageReadParam class is only used to set JPEG decoding
tables for streams that do not provide their own tables. |
Methods with parameter type javax.imageio.ImageReadParam | |
void | Check that the given read parameters have valid source and
destination band settings. |
void | ImageReader.computeRegions(ImageReadParam param, int srcWidth, int srcHeight, BufferedImage image, Rectangle srcRegion, Rectangle destRegion) Calcluate the source and destination regions that will be read
from and written to, given image parameters and/or a destination
buffered image. |
BufferedImage | Return a suitable destination buffered image. |
Rectangle | Calculate a source region based on the given source image
dimensions and parameters. |
BufferedImage | Read the given frame into a buffered image using the given read
parameters. |
IIOImage | Read the given frame all at once, using the given image read
parameters, and return an IIOImage. |
RenderedImage | Read a rendered image. |
Raster | Read raw raster data. |
Methods with return type javax.imageio.ImageReadParam | |
ImageReadParam | Retrieve the default read parameters for this reader's image
format.
|
GNU Classpath (0.95) |