Uses of Interface
org.apache.xmlgraphics.image.loader.spi.ImageLoader
Packages that use ImageLoader
Package
Description
Contains implementations of image loaders and converters.
Contains an implementation of an image loader which uses ImageIO.
Provides an image loading and processing pipeline.
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 ImageLoaderModifier and TypeClassDescriptionclassSimple abstract base class for ImageLoaders.classComposite ImageLoader implementation in order to provide fallbacks when one ImageLoader fails due to some limitation.classImageLoader for EPS (Encapsulated PostScript) images.classAn ImageLoader implementation based on Commons' internal TIFF codec.classclassImageLoader for formats consumed "raw" (undecoded).classImageLoader for CCITT group 3 and 4 images consumed "raw" (undecoded).classImageLoader for JPEG images consumed "raw" (undecoded).classFields in org.apache.xmlgraphics.image.loader.impl declared as ImageLoaderMethods in org.apache.xmlgraphics.image.loader.impl that return ImageLoaderModifier and TypeMethodDescriptionImageLoaderFactoryEPS.newImageLoader(ImageFlavor targetFlavor) Creates and returns a new ImageLoader instance.ImageLoaderFactoryInternalTIFF.newImageLoader(ImageFlavor targetFlavor) Creates and returns a new ImageLoader instance.ImageLoaderFactoryPNG.newImageLoader(ImageFlavor targetFlavor) Creates and returns a new ImageLoader instance.ImageLoaderFactoryRaw.newImageLoader(ImageFlavor targetFlavor) Creates and returns a new ImageLoader instance.ImageLoaderFactoryRawCCITTFax.newImageLoader(ImageFlavor targetFlavor) Creates and returns a new ImageLoader instance.Constructors in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageLoader -
Uses of ImageLoader in org.apache.xmlgraphics.image.loader.impl.imageio
Classes in org.apache.xmlgraphics.image.loader.impl.imageio that implement ImageLoaderModifier and TypeClassDescriptionclassAn ImageLoader implementation based on ImageIO for loading bitmap images.Methods in org.apache.xmlgraphics.image.loader.impl.imageio that return ImageLoaderModifier and TypeMethodDescriptionImageLoaderFactoryImageIO.newImageLoader(ImageFlavor targetFlavor) Creates and returns a new ImageLoader instance. -
Uses of ImageLoader in org.apache.xmlgraphics.image.loader.pipeline
Fields in org.apache.xmlgraphics.image.loader.pipeline declared as ImageLoaderMethods in org.apache.xmlgraphics.image.loader.pipeline with parameters of type ImageLoaderModifier and TypeMethodDescriptionvoidImageProviderPipeline.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 ImageLoaderModifierConstructorDescriptionImageProviderPipeline(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 ImageLoaderModifier and TypeMethodDescriptionImageLoaderFactory.newImageLoader(ImageFlavor targetFlavor) Creates and returns a new ImageLoader instance.