aicas logo Jamaica 3.4 release 8

Uses of Package
java.awt.image

Packages that use java.awt.image
java.applet Classes and interfaces for small embeddable applications often used in web pages. 
java.awt Abstract Window Toolkit classes. 
java.awt.image Image consumers, producers and filters. 
 

Classes in java.awt.image used by java.applet
ImageObserver
          An object implementing the ImageObserver interface can receive updates on image construction from an ImageProducer asynchronously.
 

Classes in java.awt.image used by java.awt
BufferedImage
          A buffered image always starts at coordinates (0, 0).
BufferedImageOp
          An operation that is performed on one BufferedImage (the source) producing a new BufferedImage (the destination).
BufferStrategy
          This class describes a strategy for managing image buffering resources on a Canvas or Window.
ColorModel
          A color model operates with colors in several formats: normalized: component samples are in range [0.0, 1.0].
ImageObserver
          An object implementing the ImageObserver interface can receive updates on image construction from an ImageProducer asynchronously.
ImageProducer
          An object implementing the ImageProducer interface can produce data for images.
Raster
          A rectangular collection of pixels composed from a DataBuffer which stores the pixel values, and a SampleModel which is used to retrieve the pixel values.
RenderedImage
          NEEDS DOCUMENTATION
VolatileImage
          VolatileImage represents a hardware-accelerated graphics buffer.
WritableRaster
          A raster with methods to support updating pixel values.
 

Classes in java.awt.image used by java.awt.image
BufferedImage
          A buffered image always starts at coordinates (0, 0).
BufferedImageOp
          An operation that is performed on one BufferedImage (the source) producing a new BufferedImage (the destination).
ColorModel
          A color model operates with colors in several formats: normalized: component samples are in range [0.0, 1.0].
ComponentSampleModel
          ComponentSampleModel supports a flexible organization of pixel samples in memory, permitting pixel samples to be interleaved by band, by scanline, and by pixel.
DataBuffer
          Class that manages arrays of data elements.
ImageConsumer
          An object implementing the ImageProducer interface can use objects implementing this interface to deliver the image data.
ImageFilter
          The ImageFilter class is a base class which can be extended to provide different types of filters for an image.
ImageObserver
          An object implementing the ImageObserver interface can receive updates on image construction from an ImageProducer asynchronously.
ImageProducer
          An object implementing the ImageProducer interface can produce data for images.
IndexColorModel
          Color model similar to pseudo visual in X11.
Kernel
          Kernel represents an image processing kernel.
LookupTable
          LookupTable represents translation arrays for pixel values.
PackedColorModel
           
Raster
          A rectangular collection of pixels composed from a DataBuffer which stores the pixel values, and a SampleModel which is used to retrieve the pixel values.
RasterOp
          An operation that is performed on one raster (the source) producing a new raster (the destination).
RenderedImage
          NEEDS DOCUMENTATION
ReplicateScaleFilter
          This filter should be used for fast scaling of images where the result does not need to ensure straight lines are still straight, etc.
SampleModel
          A SampleModel is used to access pixel data from a DataBuffer.
TileObserver
          NEEDS DOCUMENTATION
WritableRaster
          A raster with methods to support updating pixel values.
WritableRenderedImage
          NEEDS DOCUMENTATION
 


aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.