Home » openjdk-7 » javax » imageio »

javax.imageio

Sub Packages:

javax.imageio.event   A package of the Java Image I/O API dealing with synchronous notification of events during the reading and writing of images.  
javax.imageio.metadata   A package of the Java Image I/O API dealing with reading and writing metadata.  
javax.imageio.plugins.bmp   Package containing the public classes used by the built-in BMP plug-in.  
javax.imageio.plugins.jpeg   Classes supporting the built-in JPEG plug-in.  
javax.imageio.spi   A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.  
javax.imageio.stream   A package of the Java Image I/O API dealing with low-level I/O from files and streams.  

Interfaces:

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.  code | html
ImageTranscoder   An interface providing metadata transcoding capability.  code | html

Abstract Classes:

IIOParam   A superclass of all classes describing how streams should be decoded or encoded.  code | html
ImageReader   An abstract superclass for parsing and decoding of images.  code | html
ImageWriter   An abstract superclass for encoding and writing images.  code | html

Classes:

ImageIO.SpiInfo     code | html
IIOException   An exception class used for signaling run-time failure of reading and writing operations.  code | html
IIOImage   A simple container class to aggregate an image, a set of thumbnail (preview) images, and an object representing metadata associated with the image.  code | html
ImageIO   A class containing static convenience methods for locating ImageReaders and ImageWriters, and performing simple encoding and decoding.  code | html
ImageIO.CacheInfo   A class to hold information about caching.  code | html
ImageIO.CanDecodeInputFilter     code | html
ImageIO.CanEncodeImageAndFormatFilter     code | html
ImageIO.ContainsFilter     code | html
ImageIO.ImageReaderIterator     code | html
ImageIO.ImageTranscoderIterator     code | html
ImageIO.ImageWriterIterator     code | html
ImageIO.TranscoderFilter     code | html
ImageReadParam   A class describing how a stream is to be decoded.  code | html
ImageTypeSpecifier   A class that allows the format of an image (in particular, its SampleModel and ColorModel) to be specified in a convenient manner.  code | html
ImageTypeSpecifier.Banded     code | html
ImageTypeSpecifier.Grayscale     code | html
ImageTypeSpecifier.Indexed     code | html
ImageTypeSpecifier.Interleaved     code | html
ImageTypeSpecifier.Packed     code | html
ImageWriteParam   A class describing how a stream is to be encoded.  code | html