Uses of Interface
com.flagstone.transform.util.image.ImageDecoder

Packages that use ImageDecoder
com.flagstone.transform.util.image This package contains a set of classes that are used to decode images in various formats so they can be added to a Flash movie. 
 

Uses of ImageDecoder in com.flagstone.transform.util.image
 

Classes in com.flagstone.transform.util.image that implement ImageDecoder
 class BMPDecoder
          BMPDecoder decodes Bitmap images (BMP) so they can be used in a Flash file.
 class BufferedImageDecoder
          BufferedImageDecoder decodes BufferedImages so they can be used in a Flash file.
 class JPGDecoder
          JPGDecoder decodes JPEG images so they can be used in a Flash file.
 class PNGDecoder
          PNGDecoder decodes Portable Network Graphics (PNG) format images so they can be used in a Flash file.
 

Methods in com.flagstone.transform.util.image that return ImageDecoder
 ImageDecoder ImageFactory.getDecoder()
          Get the ImageDecoder used to decode the image.
static ImageDecoder ImageRegistry.getImageProvider(String mimeType)
          Get the provider that can be used to decode a given image format.
 ImageDecoder PNGDecoder.newDecoder()
          The method implemented by all ImageDecoders in order to be registered with the ImageRegistry and used by the ImageFactory to decode images.
 ImageDecoder JPGDecoder.newDecoder()
          The method implemented by all ImageDecoders in order to be registered with the ImageRegistry and used by the ImageFactory to decode images.
 ImageDecoder ImageProvider.newDecoder()
          The method implemented by all ImageDecoders in order to be registered with the ImageRegistry and used by the ImageFactory to decode images.
 ImageDecoder BufferedImageDecoder.newDecoder()
          The method implemented by all ImageDecoders in order to be registered with the ImageRegistry and used by the ImageFactory to decode images.
 ImageDecoder BMPDecoder.newDecoder()
          The method implemented by all ImageDecoders in order to be registered with the ImageRegistry and used by the ImageFactory to decode images.
 



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