Package org.apache.myfaces.trinidadinternal.image.encode

Interface Summary
ImageEncoder Interface for classes which encode images.
 

Class Summary
AlphaMultiplyEncoder Implementation of ImageEncoder that runs an image through an AlphaMultiplyFilter before passing it to an encoder.
DefaultGIFEncoder This class only exists so that we can do deferred instantiation of the default OctreeEncoder/OracleGIFEncoder - it provides the no-arg constructor that we need for deferred instantiation.
DefaultPNGEncoder This class only exists so that we can do deferred instantiation of the default PNG encoder - it provides the no-arg constructor that we need for deferred instantiation.
ImageEncoderManager ImageEncoderManager maintains a registry of image encodings.
OracleGIFEncoder ImageEncoder implementation for the Oracle GIF encoder.
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.