Uses of Interface
org.apache.xmlgraphics.image.loader.spi.ImageLoader
-
Packages that use ImageLoader Package Description org.apache.xmlgraphics.image.loader.impl Contains implementations of image loaders and converters.org.apache.xmlgraphics.image.loader.impl.imageio Contains an implementation of an image loader which uses ImageIO.org.apache.xmlgraphics.image.loader.pipeline Provides an image loading and processing pipeline.org.apache.xmlgraphics.image.loader.spi Defines service provider interfaces for the image infrastructure. -
-
Uses of ImageLoader in org.apache.xmlgraphics.image.loader.impl
Classes in org.apache.xmlgraphics.image.loader.impl that implement ImageLoader Modifier and Type Class Description classAbstractImageLoaderSimple abstract base class for ImageLoaders.classCompositeImageLoaderComposite ImageLoader implementation in order to provide fallbacks when one ImageLoader fails due to some limitation.classImageLoaderEPSImageLoader for EPS (Encapsulated PostScript) images.classImageLoaderInternalTIFFAn ImageLoader implementation based on Commons' internal TIFF codec.classImageLoaderPNGclassImageLoaderRawImageLoader for formats consumed "raw" (undecoded).classImageLoaderRawCCITTFaxImageLoader for CCITT group 3 and 4 images consumed "raw" (undecoded).classImageLoaderRawJPEGImageLoader for JPEG images consumed "raw" (undecoded).classImageLoaderRawPNGMethods in org.apache.xmlgraphics.image.loader.impl that return ImageLoader Modifier and Type Method Description ImageLoaderImageLoaderFactoryEPS. newImageLoader(ImageFlavor targetFlavor)Creates and returns a new ImageLoader instance.ImageLoaderImageLoaderFactoryInternalTIFF. newImageLoader(ImageFlavor targetFlavor)Creates and returns a new ImageLoader instance.ImageLoaderImageLoaderFactoryPNG. newImageLoader(ImageFlavor targetFlavor)Creates and returns a new ImageLoader instance.ImageLoaderImageLoaderFactoryRaw. newImageLoader(ImageFlavor targetFlavor)Creates and returns a new ImageLoader instance.ImageLoaderImageLoaderFactoryRawCCITTFax. newImageLoader(ImageFlavor targetFlavor)Creates and returns a new ImageLoader instance.Constructors in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageLoader Constructor Description CompositeImageLoader(ImageLoader[] loaders)Main constructor. -
Uses of ImageLoader in org.apache.xmlgraphics.image.loader.impl.imageio
Classes in org.apache.xmlgraphics.image.loader.impl.imageio that implement ImageLoader Modifier and Type Class Description classImageLoaderImageIOAn ImageLoader implementation based on ImageIO for loading bitmap images.Methods in org.apache.xmlgraphics.image.loader.impl.imageio that return ImageLoader Modifier and Type Method Description ImageLoaderImageLoaderFactoryImageIO. newImageLoader(ImageFlavor targetFlavor)Creates and returns a new ImageLoader instance. -
Uses of ImageLoader in org.apache.xmlgraphics.image.loader.pipeline
Methods in org.apache.xmlgraphics.image.loader.pipeline with parameters of type ImageLoader Modifier and Type Method Description voidImageProviderPipeline. setImageLoader(ImageLoader imageLoader)Sets the ImageLoader that is used at the beginning of the pipeline if the image is not loaded, yet.Constructors in org.apache.xmlgraphics.image.loader.pipeline with parameters of type ImageLoader Constructor Description ImageProviderPipeline(ImageCache cache, ImageLoader loader)Main constructor.ImageProviderPipeline(ImageLoader loader)Constructor for operation without caching. -
Uses of ImageLoader in org.apache.xmlgraphics.image.loader.spi
Methods in org.apache.xmlgraphics.image.loader.spi that return ImageLoader Modifier and Type Method Description ImageLoaderImageLoaderFactory. newImageLoader(ImageFlavor targetFlavor)Creates and returns a new ImageLoader instance.
-