|
Class Summary
|
| 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.
|
| BandCombineOp |
This class performs an arbitrary linear combination of bands
in a Raster, using a specified matrix.
|
| 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.
|
| BufferedImageFilter |
This class subclasses an ImageFilter to provide a simple means of
using a single-source/single-destination image operator
(BufferedImageOp) to filter
a BufferedImage in the Image Producer/Consumer/Observer
paradigm. |
| BufferedImage |
This subclass describes an Image with an accessible buffer of image data.
|
| ByteLookupTable |
This class defines a lookup table object. |
| ColorConvertOp |
This class performs a pixel-by-pixel color conversion of the data in
the source image. |
| ColorModel |
An abstract class that encapsulates the methods for translating a pixel
value to color components (e.g. red, green, blue) and an alpha component.
|
| ComponentColorModel |
A ColorModel class that works with pixel values which represent color
and alpha information as separate samples and which 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. |
| ConvolveOp |
This class implements a convolution from the source
to the destination.
|
| DataBufferByte |
This class extends DataBuffer and stores data internally as bytes.
|
| DataBufferInt |
This class extends DataBuffer and stores data internally as ints. |
| DataBuffer |
This class exists to wrap one or more data arrays. |
| DataBufferShort |
This class extends DataBuffer and stores data internally as shorts. |
| DataBufferUShort |
This class extends DataBuffer and stores data internally as
shorts. |
| DirectColorModel |
A ColorModel class that works with pixel values which represent RGB
color and alpha information as separate samples and which pack all
samples for a single pixel into a single int, short, or byte quantity.
|
| IndexColorModel |
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. |
| Kernel |
This class defines a Kernel object. |
| LookupOp |
This class implements a lookup operation from the source
to the destination. |
| LookupTable |
This abstract class defines a lookup table object. |
| MultiPixelPackedSampleModel |
This class represents one-banded images and can pack multiple one-sample
pixels into one data element. |
| PackedColorModel |
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.
|
| 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.
|
| Raster |
A class representing a rectangular array of pixels. |
| 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
factor and then adding an offset. |
| SampleModel |
This abstract class defines an interface for extracting samples of pixels
in an image. |
| ShortLookupTable |
This class defines a lookup table object. |
| 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.
|