| Interface | Description |
|---|---|
| Colormap |
An interface for color maps.
|
| Class | Description |
|---|---|
| AbstractBufferedImageOp |
A convenience class which implements those methods of BufferedImageOp which are rarely changed.
|
| BoxBlurFilter |
A filter which performs a box blur on an image.
|
| ConvolveFilter |
A filter which applies a convolution kernel to an image.
|
| GaussianFilter |
A filter which applies Gaussian blur to an image.
|
| ImageMath |
A class containing static math methods useful for image processing.
|
| MiscComposite | |
| MiscCompositeContext | |
| MotionBlurOp |
A filter which produces motion blur the faster, but lower-quality way.
|
| OpacityFilter |
Sets the opacity (alpha) of every pixel in an image to a constant value.
|
| PixelUtils |
Some more useful math functions for image processing.
|
| PointFilter |
An abstract superclass for point filters.
|
| RaysFilter | |
| ShadowFilter |
A filter which draws a drop shadow based on the alpha channel of the image.
|