Class Summary |
AggregateContent |
A simple collection of Content objects
This class is less flexible than the CompositeContent class
but is simpler for some purposes. |
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 |