NextApp Echo
App Container 1.0.5

Package nextapp.echoservlet.image

Provides functionality for working with images to the application container and component renderers.

See:
          Description

Interface Summary
PngEncoder.Filter An interface for PNG filters.
PngEncoder.Translator An interface for translators, which translate pixel data from a writable raster into an R/G/B/A ordering required by the PNG specification.
 

Class Summary
AwtImagePeer An image peer for AwtImageReferences.
HttpImagePeer An image peer for HttpImageReferences.
ImageManager Manages the images referenced by a ComponentPeer.
ImagePeer A base class from which all image peers are derived.
ImagePeerFactory Creates peer objects for images.
ImageRepository A caching repository of image peers.
ImageToBufferedImage  
PngEncoder Encodes a java.awt.Image into PNG format.
PngEncoder.AverageFilter An implementation of an "Average" filter.
PngEncoder.PaethFilter An implementation of a "Paeth" filter.
PngEncoder.SubFilter An implementation of a "Sub" filter.
PngEncoder.UpFilter An implementation of an "Up" filter.
ResourceImagePeer An image peer for ResourceImageReferences.
StreamImagePeer An image peer for StreamImageReferences.
 

Package nextapp.echoservlet.image Description

Provides functionality for working with images to the application container and component renderers.

Related Documentation

For more information please see:


NextApp Echo
App Container 1.0.5