Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
java.awt.image

Classes in java.awt.image used by java.awt.image
BufferedImage
          A buffered image always starts at coordinates (0, 0).
BufferedImageOp
          NEEDS DOCUMENTATION
ColorModel
          A color model operates with colors in several formats: normalized: component samples are in range [0.0, 1.0]. color model pixel value: all the color component samples for a sigle pixel packed/encoded in a way natural for the color model. color model pixel int value: only makes sense if the natural encoding of a single pixel can fit in a single int value. array of transferType containing a single pixel: the pixel is encoded in the natural way of the color model, taking up as many array elements as needed. sRGB pixel int value: a pixel in sRGB color space, encoded in default 0xAARRGGBB format, assumed not alpha premultiplied. single [0, 255] scaled int samples from default sRGB color space.
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
           
RasterOp
           
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
           
TileObserver
          NEEDS DOCUMENTATION
WritableRaster
           
WritableRenderedImage
          NEEDS DOCUMENTATION