AbstractBufferedImageOp |
A convenience class which implements those methods of BufferedImageOp which are rarely changed.
|
ArrayColormap |
A colormap implemented with an array of colors.
|
BinaryFilter |
The superclass for some of the filters which work on binary images.
|
CellularFilter |
A filter which produces an image with a cellular texture.
|
CellularFilter.Point |
|
Colormap |
An interface for color maps.
|
ConvolveFilter |
A filter which applies a convolution kernel to an image.
|
Curve |
|
FieldWarpFilter.Line |
|
GaussianFilter |
A filter which applies Gaussian blur to an image.
|
Gradient |
A Colormap implemented using Catmull-Rom colour splines.
|
LightFilter |
A filter which produces lighting and embossing effects.
|
LightFilter.Light |
A class representing a light.
|
LightFilter.Material |
A class representing material properties.
|
MotionBlurOp |
A filter which produces motion blur the faster, but lower-quality way.
|
PointFilter |
An abstract superclass for point filters.
|
Quantizer |
The interface for an image quantizer.
|
TransferFilter |
|
TransformFilter |
An abstract superclass for filters which distort images in some way.
|
WarpGrid |
A warp grid.
|
WholeImageFilter |
A filter which acts as a superclass for filters which need to have the whole image in memory
to do their stuff.
|