java.awt.image package
ImageConsumer: Methods for receiving image created by an ImageProducer.
ImageObserver: Methods to track the loading and construction of an image.
ImageProducer: Methods for producing image data received by an ImageConsumer.
ColorMode1: It is an abstract class for managing color information for images.
CropImageFilter: A filter for croping images to a particular size.
DirectColorModel: A specific color model for managing and translating pixel color values.
FilteredImageSource: An ImageProducer that takes an image and an ImageFilter object, and produces an image for an ImageConsumer.
ImageFilter: A filter that takes image data from an ImageProducer, modifies it in some way, and hands it off to an ImageConsumer.
IndexedColorModel: A specific color model for managing and translating color values in a fixed-color map.
MemoryImageSource: An image producer that gets its image from memory used after constructing an image by hand.
PixelGrabber: An ImageConsumer that retrieves a subset of the pixels in an image.
RGBImageFilter: Abstract behaviour for a filter that modifies the RGB values of pixels in RGB images.