Changed Classes and Interfaces |
AffineTransformOp
|
This class uses an affine transform to perform a linear mapping from 2D coordinates in the source image or Raster to 2D coordinates in the destination image or Raster . |
AreaAveragingScaleFilter
|
An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm. |
BandedSampleModel
|
This class represents image data which is stored in a band interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer. |
BufferedImage
|
The BufferedImage subclass describes an Image with an accessible buffer of image data. |
BufferedImageFilter
|
The BufferedImageFilter class subclasses an ImageFilter to provide a simple means of using a single-source/single-destination image operator ({@link BufferedImageOp}) to filter a BufferedImage in the Image Producer/Consumer/Observer paradigm. |
ColorModel
|
The ColorModel abstract class encapsulates the methods for translating a pixel value to color components (for example red green and blue) and an alpha component. |
ComponentColorModel
|
A ColorModel class that works with pixel values that represent color and alpha information as separate samples and that store each sample in a separate data element. |
ComponentSampleModel
|
This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer. |
CropImageFilter
|
An ImageFilter class for cropping images. |
DataBuffer
|
This class exists to wrap one or more data arrays. |
DirectColorModel
|
The DirectColorModel class is a ColorModel class that works with pixel values that represent RGB color and alpha information as separate samples and that pack all samples for a single pixel into a single int short or byte quantity. |
FilteredImageSource
|
This class is an implementation of the ImageProducer interface which takes an existing image and a filter object and uses them to produce image data for a new filtered version of the original image. |
ImageConsumer
|
The interface for objects expressing interest in image data through the ImageProducer interfaces. |
ImageFilter
|
This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer. |
ImageObserver
|
An asynchronous update interface for receiving notifications about Image information as the Image is constructed. |
ImageProducer
|
The interface for objects which can produce the image data for Images. |
IndexColorModel
|
The IndexColorModel class is a ColorModel class that works with pixel values consisting of a single sample which is an index into a fixed colormap in the default sRGB ColorSpace. |
MemoryImageSource
|
This class is an implementation of the ImageProducer interface which uses an array to produce pixel values for an Image. |
MultiPixelPackedSampleModel
|
The MultiPixelPackedSampleModel class represents one-banded images and can pack multiple one-sample pixels into one data element. |
PackedColorModel
|
The PackedColorModel class is an abstract ColorModel class that works with pixel values which represent color and alpha information as separate samples and which pack all samples for a single pixel into a single int short or byte quantity. |
PixelGrabber
|
The PixelGrabber class implements an ImageConsumer which can be attached to an Image or ImageProducer object to retrieve a subset of the pixels in that image. |
PixelInterleavedSampleModel
|
This class represents image data which is stored in a pixel interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer. |
RGBImageFilter
|
This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel. |
Raster
|
A class representing a rectangular array of pixels. |
ReplicateScaleFilter
|
An ImageFilter class for scaling images using the simplest algorithm. |
SampleModel
|
This abstract class defines an interface for extracting samples of pixels in an image. |
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 data array element holds samples for only one pixel. |
WritableRaster
|
This class extends Raster to provide pixel writing capabilities. |