Class Summary |
EncodedImageReference |
The EncodedImageReference class is an ImageReference that
can render java.awt.Image objects. |
GifEncoder |
GifEncoder implements the ImageEncoder interface
and hence can take a java.awt.Image object and encode it as a GIF
output stream. |
ImageKit |
A utility to class to help with ImageReference manipulation |
PngEncoder |
PngEncoder implements the ImageEncoder interface
and hence can take a java.awt.Image object and encode it as a PNG
output stream.
|
TextImageReference |
The TextImageReference class is an ImageReference
implementation that can draw text onto a background image. |
URLImageReference |
URLImageReference provides an ImageReference
that gets its image data from an java.net.URL . |