Class Summary |
EmptyRenderedImage |
Implements a dummy RenderedImage, for use when there is no image to display. |
GifEncoder |
|
GreyscaleFilter |
Filters an image by converting colors to greyscale. |
ImageChangeEvent |
Used to describe image change events such as loading a new image,
setting a new origin or scale. |
ImageColorITTs |
Defines a number of standard color intensity tables. |
ImageColorLUTs |
Defines a number of static, standard color lookup
tables and intensity tables. |
ImageColormap |
Manages the colormap for an image and provides methods to select a
predefined colormap and perform operations on it, such as rotate, shift, and
stretch. |
ImageEncoder |
|
ImageHistogram |
Utility class used to avoid creating the same Histogram twice
(Once for auto-setting cut levels and once for histogram equalization, if selected). |
ImageLookup |
Implements various image scaling operations that
reduce the source image data to byte range. |
ImageProcessor |
Responsible for processing images before they are
displayed, including setting cut levels and manipulating colors
and lookup tables. |
ImageUtil |
Contains static convenience and utility methods
for dealing with JAI images. |
MyTileCache |
Implements the JAI TileCache interface. |
SimpleRenderedImage |
A simple class implementing the RenderedImage
interface. |