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
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 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.