Index (Frames) | Index (No Frames) | Package | Package Tree | Tree

Package java.awt.image

AreaAveragingScaleFilter This filter should produce images which do not have image artifacts like broken lines which were originally unbroken.
BufferStrategySTUBS ONLY
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.
ComponentColorModel
ComponentSampleModel
CropImageFilter
Currently this filter does almost nothing and needs to be implemented.
DataBuffer Class that manages arrays of data elements.
DataBufferByte
DataBufferInt
DataBufferUShort
DirectColorModel
FilteredImageSource
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.
ImagingOpException This exception is thrown when BufferedImageOp or RasterOp filters cannot process an image.
IndexColorModel
MemoryImageSource
PackedColorModel
PixelGrabberPixelGrabber is an ImageConsumer designed to extract a rectangular region of pixels from an Image
RGBImageFilter A filter designed to filter images in the default RGBColorModel regardless of the ImageProducer's ColorModel.
Raster
RasterFormatException This exception is thrown when there is invalid layout information in 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
SinglePixelPackedSampleModel
TileObserver NEEDS DOCUMENTATION
VolatileImageSTUBS ONLY
WritableRaster
WritableRenderedImage NEEDS DOCUMENTATION