JavaTM 2 Platform
Std. Ed. v1.4.0

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. 
java.awt.image.renderable Provides classes and interfaces for producing rendering-independent images. 
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.colorchooser Contains classes and interfaces used by the JColorChooser component. 
javax.swing.plaf.basic Provides user interface objects built according to the Basic look and feel. 
javax.swing.plaf.metal Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel. 
javax.swing.table Provides classes and interfaces for dealing with javax.swing.JTable
javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components. 
javax.swing.tree Provides classes and interfaces for dealing with javax.swing.JTree
 

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
BufferStrategy
          The BufferStrategy class represents the mechanism with which to organize complex memory on a particular Canvas or Window.
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.image
BufferedImageOp
          This interface describes single-input/single-output operations performed on BufferedImage objects.
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.
ComponentSampleModel
          This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer.
DataBuffer
          This class exists to wrap one or more data arrays.
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.
ImageProducer
          The interface for objects which can produce the image data for Images.
LookupTable
          This abstract class defines a lookup table object.
PackedColorModel
          The PackedColorModel class is an abstract ColorModel class that works with pixel values which represent color and alpha information as separate samples and which pack all samples for a single pixel into a single int, short, or byte quantity.
Raster
          A class representing a rectangular array of pixels.
RasterOp
          This interface describes single-input/single-output operations performed on Raster objects.
RenderedImage
          RenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters.
ReplicateScaleFilter
          An ImageFilter class for scaling images using the simplest algorithm.
SampleModel
          This abstract class defines an interface for extracting samples of pixels in an image.
WritableRenderedImage
          WriteableRenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters and which can be modified and/or written over.
 

Classes in java.awt.image used by java.awt.image.renderable
ImageProducer
          The interface for objects which can produce the image data for Images.
 

Classes in java.awt.image used by javax.swing
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.
RGBImageFilter
          This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.
 

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

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

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

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

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

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


JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

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