| Interface | Description |
|---|---|
| TransformableContent |
The requirements of transformable static
sampled visual content.
|
| Class | Description |
|---|---|
| AggregateContent |
A simple collection of Content objects.
|
| BufferedImageOpFactory |
A class that can be used to construct BufferedImageOp objects that
can then be used to operate on static sampled visual content.
|
| CompositeContent |
Static sampled visual content that is a composition
of many component parts
|
| Content |
A BufferedImage that knows how to render itself
(i.e., a BufferedImage along with all of
the attributes necessary for rendering).
|
| ContentFactory |
A utility class for constructing/creating
visual.statik.sampled.Content objects.
|
| GrayExceptOp |
A BufferedImageOp that returns a gray-scale version
with one color (in a particular area) left unchanged.
|
| IdentityOp |
A BufferedImageOp that returns (a copy of) the source
image unchanged.
|
| ImageFactory |
A factory class for constructing/creating
BufferedImage objects of type ARGB or RGB.
|