Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package echopoint.image

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

Class Summary
BaseImageEncoder The BaseImageEncoder class is the ImageConsumer
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.
GifEncoderHashItem  
GifEncoderInternal The GifEncoderInternal class writes out image data to an output stream in the GIF format.
ImageKit A utility to class to help with ImageReference manipulation
ImageKit.ColorSwapImageFilter Private filter class to examine each pixel and make some color another Color This leaves the alpha value intact.
ImageKit.TransparencyImageFilter private filter class to examine each pixel and make some color transparent
InternalPngEncoderA The InternalPngEncoderA class is the original com.keypoint.PngEncoder class.
InternalPngEncoderB The InternalPngEncoderB class is the original com.keypoint.PngEncoderB class.
IntHashtable  
IntHashtableEntry  
IntHashtableEnumerator  
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.