JSR-209 (Final Release)

Uses of Package
java.awt.image

Packages that use java.awt.image
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. 
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 java.awt.image used by java.awt
BufferedImage
          The BufferedImage subclass describes an Image with an accessible buffer of image data.
Raster
          A class representing a rectangular array of pixels.
 

Classes in java.awt.image used by java.awt.image
BufferedImage
          The BufferedImage subclass describes an Image with an accessible buffer of image data.
BufferedImageOp
          This interface describes single-input/single-output operations performed on BufferedImage objects.
DataBuffer
          This class exists to wrap one or more data arrays.
Kernel
          The Kernel class defines a matrix that describes how a specified pixel and its surrounding pixels affect the value computed for the pixel's position in the output image of a filtering operation.
LookupTable
          This abstract class defines a lookup table object.
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.
SampleModel
          This abstract class defines an interface for extracting samples of pixels in an image.
WritableRaster
          This class extends Raster to provide pixel writing capabilities.
 

Classes in java.awt.image used by javax.imageio
BufferedImage
          The BufferedImage subclass describes an Image with an accessible buffer of image data.
RenderedImage
          RenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters.
SampleModel
          This abstract class defines an interface for extracting samples of pixels in an image.
 

Classes in java.awt.image used by javax.imageio.event
BufferedImage
          The BufferedImage subclass describes an Image with an accessible buffer of image data.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.