API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.imageio
Author(s)
Since
1.4
Version
Serial
Description
  The main package of the Java Image I/O API.
See also:   
IIOException View Source An exception class used for signaling run-time failure of reading and writing operations.
IIOImage View Source A simple container class to aggregate an image, a set of thumbnail (preview) images, and an object representing metadata associated with the image.
IIOParam View Source A superclass of all classes describing how streams should be decoded or encoded.
IIOParamController View Source An interface to be implemented by objects that can determine the settings of an IIOParam object, either by putting up a GUI to obtain values from a user, or by other means.
ImageIO View Source A class containing static convenience methods for locating ImageReaders and ImageWriters, and performing simple encoding and decoding.
ImageReader View Source An abstract superclass for parsing and decoding of images.
ImageReadParam View Source A class describing how a stream is to be decoded.
ImageTranscoder View Source An interface providing metadata transcoding capability.
ImageTypeSpecifier View Source A class that allows the format of an image (in particular, its SampleModel and ColorModel) to be specified in a convenient manner.
ImageWriteParam View Source A class describing how a stream is to be encoded.
ImageWriter View Source An abstract superclass for encoding and writing images.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar