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.spi |
Defines service provider interfaces for the image infrastructure.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractImageLoaderFactory
Abstract base class for ImageLoaderFactory implementations.
|
class |
ImageLoaderFactoryEPS
Factory class for the ImageLoader for EPS (Encapsulated PostScript) images.
|
class |
ImageLoaderFactoryInternalTIFF
Factory class for the ImageLoader for TIFF (based on Commons' internal TIFF codec).
|
class |
ImageLoaderFactoryPNG |
class |
ImageLoaderFactoryRaw
Factory class for the ImageLoader for raw/undecoded images.
|
class |
ImageLoaderFactoryRawCCITTFax
Factory class for the ImageLoader for raw/undecoded CCITT encoded images.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageLoaderFactoryImageIO
Factory class for the ImageLoader based on ImageIO.
|
Modifier and Type | Method and Description |
---|---|
ImageLoaderFactory[] |
ImageImplRegistry.getImageLoaderFactories(ImageInfo imageInfo,
ImageFlavor flavor)
Returns an array of
ImageLoaderFactory instances that support the MIME type
indicated by an ImageInfo object and can generate the given image flavor. |
ImageLoaderFactory[] |
ImageImplRegistry.getImageLoaderFactories(java.lang.String mime)
Returns an array of ImageLoaderFactory instances which support the given MIME type.
|
ImageLoaderFactory |
ImageImplRegistry.getImageLoaderFactory(ImageInfo imageInfo,
ImageFlavor flavor)
Returns the best ImageLoaderFactory supporting the
ImageInfo and image flavor. |
Modifier and Type | Method and Description |
---|---|
void |
ImageImplRegistry.registerLoaderFactory(ImageLoaderFactory loaderFactory)
Registers a new ImageLoaderFactory.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.