com.flagstone.transform.util.image
Interface ImageProvider

All Known Implementing Classes:
BMPDecoder, BufferedImageDecoder, JPGDecoder, PNGDecoder

public interface ImageProvider

ImageProvider defines the interface that the ImageFactory uses to create instances of the ImageDecoder objects used to handle different image formats.


Method Summary
 ImageDecoder newDecoder()
          The method implemented by all ImageDecoders in order to be registered with the ImageRegistry and used by the ImageFactory to decode images.
 

Method Detail

newDecoder

ImageDecoder newDecoder()
The method implemented by all ImageDecoders in order to be registered with the ImageRegistry and used by the ImageFactory to decode images.

Returns:
an object that implements the FontDecoder interface.


Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.