JSR-62 (Final)

Uses of Package
java.awt.image

Packages that use java.awt.image
java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context. 
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.image Provides classes for creating and modifying images. 
 

Classes in java.awt.image used by java.applet
ImageObserver
          An asynchronous update interface for receiving notifications about Image information as the Image is constructed.
 

Classes in java.awt.image used by java.awt
BufferedImage
          The BufferedImage subclass describes an Image with an accessible buffer of image data.
ColorModel
          The ColorModel abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.
ImageObserver
          An asynchronous update interface for receiving notifications about Image information as the Image is constructed.
ImageProducer
          The interface for objects which can produce the image data for Images.
 

Classes in java.awt.image used by java.awt.image
BufferedImage
          The BufferedImage subclass describes an Image with an accessible buffer of image data.
ColorModel
          The ColorModel abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.
ImageConsumer
          The interface for objects expressing interest in image data through the ImageProducer interfaces.
ImageFilter
          This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.
ImageObserver
          An asynchronous update interface for receiving notifications about Image information as the Image is constructed.
ImageProducer
          The interface for objects which can produce the image data for Images.
IndexColorModel
          The IndexColorModel class is a ColorModel class that works with pixel values consisting of a single sample which is an index into a fixed colormap in the default sRGB ColorSpace.
ReplicateScaleFilter
          An ImageFilter class for scaling images using the simplest algorithm.
 


JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.