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

Quick Search    Search Deep

echopoint.image.icons.* (1)

echopoint.image: Javadoc index of package echopoint.image.


Package Samples:

echopoint.image.icons

Classes:

TextImageReference: The TextImageReference class is an ImageReference implementation that can draw text onto a background image. This makes the class perfect for "dynamic" button icons since a "button-like" background image can be used and then button text can be dynamically drawn on it. If the text to be rendered wont fit within the background image (plus its Insets) then the background image can be "scaled" to fit the text. The scaling options are : SCALE_NONE - no scaling is performed SCALE_FAST - a fast scaling algorithm is used. Not always the best look but its fast SCALE_SMOOTH - a better looking scaling algorithm ...
EncodedImageReference: The EncodedImageReference class is an ImageReference that can render java.awt.Image objects. The ImageEncoder used to encode the image data is pluggable. This class allows you to balance memory usage versus processor usage. By default the output of the encoding is not kept in memory, so the encoding runs every time the image needs to be rendered. However this can be changed so that the encoding results are kept in memory. If the image data is cached, they are kept in a SoftReference so they may be reclaimed by the GC if memory gets low. The AWT Image object that is renderered is by default kept ...
PngEncoder: PngEncoder implements the ImageEncoder interface and hence can take a java.awt.Image object and encode it as a PNG output stream. The Image can have a DirectColorModel or an IndexColorModel . NOTE : While the Echo framework has a PNG encoder built in to it, it currently does not handle transparency correctly. Therefore this encoder has been provided.
ImageEncoder: The ImageEncoder interface specifies an object that can encode image data to an output stream. It also indicates what MIME content type is encoded. An implementation of this class should provide a public constructor with no arguments, so that the encoder can be serialized.
GifEncoder: GifEncoder implements the ImageEncoder interface and hence can take a java.awt.Image object and encode it as a GIF output stream. It also handles alpha transparency in the source image.
InternalPngEncoderB: The InternalPngEncoderB class is the original com.keypoint.PngEncoderB class. It has been renamed to fit under the echoPoint ImageEncoder scheme.
GifEncoderInternal: The GifEncoderInternal class writes out image data to an output stream in the GIF format. It also handles alpha transparency in the source image.
InternalPngEncoderA: The InternalPngEncoderA class is the original com.keypoint.PngEncoder class. It has been renamed to fit under the echoPoint ImageEncoder scheme.
URLImageReference: URLImageReference provides an ImageReference that gets its image data from an java.net.URL .
EchoPointIcons: EchoPointIcons is a class that provides user interface icons that can be used in Echo web applications.
BaseImageEncoder: The BaseImageEncoder class is the ImageConsumer
ImageKit: A utility to class to help with ImageReference manipulation
GifEncoderHashItem
IntHashtable
IntHashtableEntry
IntHashtableEnumerator

Home | Contact Us | Privacy Policy | Terms of Service