Uses of Interface
org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory
Packages that use ImageLoaderFactory
Package
Description
Contains implementations of image loaders and converters.
Contains an implementation of an image loader which uses ImageIO.
Defines service provider interfaces for the image infrastructure.
-
Uses of ImageLoaderFactory in org.apache.xmlgraphics.image.loader.impl
Classes in org.apache.xmlgraphics.image.loader.impl that implement ImageLoaderFactoryModifier and TypeClassDescriptionclass
Abstract base class for ImageLoaderFactory implementations.class
Factory class for the ImageLoader for EPS (Encapsulated PostScript) images.class
Factory class for the ImageLoader for TIFF (based on Commons' internal TIFF codec).class
class
Factory class for the ImageLoader for raw/undecoded images.class
Factory class for the ImageLoader for raw/undecoded CCITT encoded images. -
Uses of ImageLoaderFactory in org.apache.xmlgraphics.image.loader.impl.imageio
Classes in org.apache.xmlgraphics.image.loader.impl.imageio that implement ImageLoaderFactoryModifier and TypeClassDescriptionclass
Factory class for the ImageLoader based on ImageIO. -
Uses of ImageLoaderFactory in org.apache.xmlgraphics.image.loader.spi
Methods in org.apache.xmlgraphics.image.loader.spi that return ImageLoaderFactoryModifier and TypeMethodDescriptionImageImplRegistry.getImageLoaderFactories
(String mime) Returns an array of ImageLoaderFactory instances which support the given MIME type.ImageImplRegistry.getImageLoaderFactories
(ImageInfo imageInfo, ImageFlavor flavor) Returns an array ofImageLoaderFactory
instances that support the MIME type indicated by anImageInfo
object and can generate the given image flavor.ImageImplRegistry.getImageLoaderFactory
(ImageInfo imageInfo, ImageFlavor flavor) Returns the best ImageLoaderFactory supporting theImageInfo
and image flavor.Methods in org.apache.xmlgraphics.image.loader.spi with parameters of type ImageLoaderFactoryModifier and TypeMethodDescriptionvoid
ImageImplRegistry.registerLoaderFactory
(ImageLoaderFactory loaderFactory) Registers a new ImageLoaderFactory.