| AreaAveragingScaleFilter | This filter should produce images which do not have image artifacts like broken lines which were originally unbroken. |
| BufferStrategy | STUBS ONLY |
| BufferedImage | A buffered image always starts at coordinates (0, 0). |
| BufferedImageOp | NEEDS DOCUMENTATION |
| ColorModel | A color model operates with colors in several formats:
|
| 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 | |
| PixelGrabber | PixelGrabber 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 |
| VolatileImage | STUBS ONLY |
| WritableRaster | |
| WritableRenderedImage | NEEDS DOCUMENTATION |