EchoPoint
1.0

Package echopoint.image

Interface Summary
ImageEncoder The ImageEncoder interface specifies an object that can encode image data to an output stream.
 

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.
 


EchoPoint
1.0