Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

Uses of Package
javax.imageio

Packages that use javax.imageio
javax.imageio The main package of the Java Image I/O API. 
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. 
 

Classes in javax.imageio used by javax.imageio
IIOException
          An exception class used for signaling run-time failure of reading and writing operations.
IIOImage
          A simple container class to aggregate an image.
IIOParam
          A superclass of all classes describing how streams should be decoded or encoded.
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.
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.
 

Classes in javax.imageio used by javax.imageio.event
ImageReader
          An abstract superclass for parsing and decoding of images.
ImageWriter
          An abstract superclass for encoding and writing images.
 


JSR-209 (Final Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.