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 TypeClassDescriptionclassAbstract base class for ImageLoaderFactory implementations.classFactory class for the ImageLoader for EPS (Encapsulated PostScript) images.classFactory class for the ImageLoader for TIFF (based on Commons' internal TIFF codec).classclassFactory class for the ImageLoader for raw/undecoded images.classFactory 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 TypeClassDescriptionclassFactory 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 ofImageLoaderFactoryinstances that support the MIME type indicated by anImageInfoobject and can generate the given image flavor.ImageImplRegistry.getImageLoaderFactory(ImageInfo imageInfo, ImageFlavor flavor) Returns the best ImageLoaderFactory supporting theImageInfoand image flavor.Methods in org.apache.xmlgraphics.image.loader.spi with parameters of type ImageLoaderFactoryModifier and TypeMethodDescriptionvoidImageImplRegistry.registerLoaderFactory(ImageLoaderFactory loaderFactory) Registers a new ImageLoaderFactory.