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.
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
ImageReader s and ImageWriter s, 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. |
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:
The official Sun™ documentation can be found here at
http://java.sun.com/javase/6/docs/api/.