| Name | Description | Type | Package | Framework |
| AbstractMultiResolutionImage | This class provides default implementations of several Image methods for classes that want to implement the interface. | Class | java.awt.image | Java SE |
|
| AffineTransformOp | This class uses an affine transform to perform a linear mapping from 2D coordinates in the source image or Raster to 2D coordinates | Class | java.awt.image | Java SE |
|
| AreaAveragingScaleFilter | An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor | Class | java.awt.image | Java SE |
|
| BandCombineOp | This class performs an arbitrary linear combination of the bands in a Raster, using a specified matrix. | Class | java.awt.image | Java SE |
|
| BandedSampleModel | This class represents image data which is stored in a band interleaved which each sample of a pixel occupies one data element of the DataBuffer. | Class | java.awt.image | Java SE |
|
| BaseMultiResolutionImage | This class is an array-based implementation of the AbstractMultiResolutionImage class. | Class | java.awt.image | Java SE |
|
| BufferedImage | The BufferedImage subclass describes an Image with an accessible buffer of image data. | Class | java.awt.image | Java SE |
|
| BufferedImageFilter | The BufferedImageFilter class subclasses an ImageFilter to provide a simple means of | Class | java.awt.image | Java SE |
|
| BufferStrategy | The BufferStrategy class represents the mechanism with which to organize complex memory on a particular Canvas or | Class | java.awt.image | Java SE |
|
| ByteLookupTable | This class defines a lookup table object. | Class | java.awt.image | Java SE |
|
| BufferedImageOp | This interface describes single-input/single-output operations performed on BufferedImage objects. | Interface | java.awt.image | Java SE |
|
| ColorConvertOp | This class performs a pixel-by-pixel color conversion of the data in the source image. | Class | java.awt.image | Java SE |
|
| ColorModel | The ColorModel abstract class encapsulates the methods for translating a pixel value to color components | Class | java.awt.image | Java SE |
|
| ComponentColorModel | A ColorModel class that works with pixel values that represent color and alpha information as separate samples and that | Class | java.awt.image | Java SE |
|
| ComponentSampleModel | This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer. | Class | java.awt.image | Java SE |
|
| ConvolveOp | This class implements a convolution from the source to the destination. | Class | java.awt.image | Java SE |
|
| CropImageFilter | An ImageFilter class for cropping images. | Class | java.awt.image | Java SE |
|
| ContextualRenderedImageFactory | ContextualRenderedImageFactory provides an interface for the functionality that may differ between instances of | Interface | java.awt.image.renderable | Java SE |
|
| DataBuffer | This class exists to wrap one or more data arrays. | Class | java.awt.image | Java SE |
|
| DataBufferByte | This class extends DataBuffer and stores data internally as bytes. | Class | java.awt.image | Java SE |
|
| DataBufferDouble | This class extends DataBuffer and stores data internally Note that some implementations may function more efficiently | Class | java.awt.image | Java SE |
|
| DataBufferFloat | This class extends DataBuffer and stores data internally Note that some implementations may function more efficiently | Class | java.awt.image | Java SE |
|
| DataBufferInt | This class extends DataBuffer and stores data internally Note that some implementations may function more efficiently | Class | java.awt.image | Java SE |
|
| DataBufferShort | This class extends DataBuffer and stores data internally as shorts. | Class | java.awt.image | Java SE |
|
| DataBufferUShort | This class extends DataBuffer and stores data internally as shorts. | Class | java.awt.image | Java SE |
|
| DirectColorModel | The DirectColorModel class is a ColorModel class that works with pixel values that represent RGB | Class | java.awt.image | Java SE |
|
| FilteredImageSource | This class is an implementation of the ImageProducer interface which takes an existing image and a filter object and uses them to produce | Class | java.awt.image | Java SE |
|
| Image | The abstract class Image is the superclass of all classes that represent graphical images. | Class | java.awt | Java SE |
|
| ImageCapabilities | Capabilities and properties of images. | Class | java.awt | Java SE |
|
| ImageFilter | This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer. | Class | java.awt.image | Java SE |
|
| ImagingOpException | The ImagingOpException is thrown if one of the BufferedImageOp or RasterOp filter methods cannot | Class | java.awt.image | Java SE |
|
| IndexColorModel | The IndexColorModel class is a ColorModel class that works with pixel values consisting of a | Class | java.awt.image | Java SE |
|
| ImageConsumer | The interface for objects expressing interest in image data through the ImageProducer interfaces. | Interface | java.awt.image | Java SE |
|
| ImageObserver | An asynchronous update interface for receiving notifications about Image information as the Image is constructed. | Interface | java.awt.image | Java SE |
|
| ImageProducer | The interface for objects which can produce the image data for Images. | Interface | java.awt.image | Java SE |
|
| Kernel | The Kernel class defines a matrix that describes how a specified pixel and its surrounding pixels affect the value | Class | java.awt.image | Java SE |
|
| LookupOp | This class implements a lookup operation from the source to the destination. | Class | java.awt.image | Java SE |
|
| LookupTable | This abstract class defines a lookup table object. | Class | java.awt.image | Java SE |
|
| MemoryImageSource | This class is an implementation of the ImageProducer interface which uses an array to produce pixel values for an Image. | Class | java.awt.image | Java SE |
|
| MultiPixelPackedSampleModel | The MultiPixelPackedSampleModel class represents one-banded images and can pack multiple one-sample | Class | java.awt.image | Java SE |
|
| MultiResolutionImage | This interface is designed to be an optional additional API supported by some implementations of Image to allow them to provide | Interface | java.awt.image | Java SE |
|
| PackedColorModel | The PackedColorModel class is an abstract ColorModel class that works with pixel values which represent | Class | java.awt.image | Java SE |
|
| ParameterBlock | A ParameterBlock encapsulates all the information about sources and parameters (Objects) required by a RenderableImageOp, or other | Class | java.awt.image.renderable | Java SE |
|
| PixelGrabber | The PixelGrabber class implements an ImageConsumer which can be attached to an Image or ImageProducer object to retrieve a subset of the pixels | Class | java.awt.image | Java SE |
|
| PixelInterleavedSampleModel | This class represents image data which is stored in a pixel interleaved which each sample of a pixel occupies one data element of the DataBuffer. | Class | java.awt.image | Java SE |
|
| Raster | A class representing a rectangular array of pixels. | Class | java.awt.image | Java SE |
|
| RasterFormatException | The RasterFormatException is thrown if there is invalid layout information in the Raster. | Class | java.awt.image | Java SE |
|
| RenderableImageOp | This class handles the renderable aspects of an operation with help from its associated instance of a ContextualRenderedImageFactory. | Class | java.awt.image.renderable | Java SE |
|
| RenderableImageProducer | An adapter class that implements ImageProducer to allow the asynchronous production of a RenderableImage. | Class | java.awt.image.renderable | Java SE |
|
| RenderContext | A RenderContext encapsulates the information needed to produce a specific rendering from a RenderableImage. | Class | java.awt.image.renderable | Java SE |
|
| ReplicateScaleFilter | An ImageFilter class for scaling images using the simplest algorithm. | Class | java.awt.image | Java SE |
|
| RescaleOp | This class performs a pixel-by-pixel rescaling of the data in the source image by multiplying the sample values for each pixel by a scale | Class | java.awt.image | Java SE |
|
| RGBImageFilter | This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel. | Class | java.awt.image | Java SE |
|
| RasterOp | This interface describes single-input/single-output operations performed on Raster objects. | Interface | java.awt.image | Java SE |
|
| RenderableImage | A RenderableImage is a common interface for rendering-independent images (a notion which subsumes resolution independence). | Interface | java.awt.image.renderable | Java SE |
|
| RenderedImage | RenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters. | Interface | java.awt.image | Java SE |
|
| RenderedImageFactory | The RenderedImageFactory interface (often abbreviated RIF) is intended to be implemented by classes that wish to act as factories | Interface | java.awt.image.renderable | Java SE |
|
| SampleModel | This abstract class defines an interface for extracting samples of pixels in an image. | Class | java.awt.image | Java SE |
|
| ShortLookupTable | This class defines a lookup table object. | Class | java.awt.image | Java SE |
|
| SinglePixelPackedSampleModel | This class represents pixel data packed such that the N samples which make up a single pixel are stored in a single data array element, and each data | Class | java.awt.image | Java SE |
|
| TileObserver | An interface for objects that wish to be informed when tiles of a WritableRenderedImage become modifiable by some writer via | Interface | java.awt.image | Java SE |
|
| VolatileImage | VolatileImage is an image which can lose its contents at any time due to circumstances beyond the control of the | Class | java.awt.image | Java SE |
|
| WritableRaster | This class extends Raster to provide pixel writing capabilities. | Class | java.awt.image | Java SE |
|
| WritableRenderedImage | WritableRenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters and | Interface | java.awt.image | Java SE |