Uses of Interface
info.magnolia.imaging.operations.load.ImageDecoder

Packages that use ImageDecoder
info.magnolia.imaging.operations.load   
 

Uses of ImageDecoder in info.magnolia.imaging.operations.load
 

Classes in info.magnolia.imaging.operations.load that implement ImageDecoder
 class DefaultImageIOImageDecoder
          Default implementation of an ImageDecoder.
 class SunJPEGCodecImageDecoder
          An ImageDecoder implementation which uses JPEGImageDecoder (which might not be present on all systems), and if failing, falls back on DefaultImageIOImageDecoder.
 class SunJPEGCodecImageDecoderAlt
          An ImageDecoder implementation which uses JPEGImageDecoder (which might not be present on all systems), if it can determine the input is a JPEG image.
 

Methods in info.magnolia.imaging.operations.load that return ImageDecoder
 ImageDecoder AbstractLoader.getImageDecoder()
           
 

Methods in info.magnolia.imaging.operations.load with parameters of type ImageDecoder
 void AbstractLoader.setImageDecoder(ImageDecoder imageDecoder)
           
 



Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.