This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package javax.imageio

Interface Summary
IIOParamController 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.
ImageTranscoder An interface providing metadata transcoding capability.
 

Class Summary
IIOImage A simple container class to aggregate an image, a set of thumbnail (preview) images, and an object representing metadata associated with the image.
IIOParam A superclass of all classes describing how streams should be decoded or encoded.
ImageIO A class containing static convenience methods for locating ImageReaders and ImageWriters, and performing simple encoding and decoding.
ImageReader An abstract superclass for parsing and decoding of images.
ImageReadParam A class describing how a stream is to be decoded.
ImageTypeSpecifier A class that allows the format of an image (in particular, its SampleModel and ColorModel) to be specified in a convenient manner.
ImageWriteParam A class describing how a stream is to be encoded.
ImageWriter An abstract superclass for encoding and writing images.
 

Exception Summary
IIOException An exception class used for signaling run-time failure of reading and writing operations.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.