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 TypeClassDescriptionclass
Simple abstract base class for ImageLoaders.class
Composite ImageLoader implementation in order to provide fallbacks when one ImageLoader fails due to some limitation.class
ImageLoader for EPS (Encapsulated PostScript) images.class
An ImageLoader implementation based on Commons' internal TIFF codec.class
class
ImageLoader for formats consumed "raw" (undecoded).class
ImageLoader for CCITT group 3 and 4 images consumed "raw" (undecoded).class
ImageLoader for JPEG images consumed "raw" (undecoded).class
Methods 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 TypeClassDescriptionclass
An 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
Methods in org.apache.xmlgraphics.image.loader.pipeline with parameters of type ImageLoaderModifier and TypeMethodDescriptionvoid
ImageProviderPipeline.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.