程序包 | 说明 |
---|---|
org.apache.xmlgraphics.image.loader |
Contains image loading and conversion infrastructure for various image
sources and an image cache.
|
org.apache.xmlgraphics.image.loader.cache |
Contains image caching infrastructure.
|
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.pipeline |
Provides an image loading and processing pipeline.
|
org.apache.xmlgraphics.image.loader.spi |
Defines service provider interfaces for the image infrastructure.
|
限定符和类型 | 类和说明 |
---|---|
class |
SubImageNotFoundException
Exception which indicates that a particular (sub-)image could not be found.
|
限定符和类型 | 方法和说明 |
---|---|
Image |
ImageManager.convertImage(Image image,
ImageFlavor[] flavors)
Converts an image with no hints.
|
Image |
ImageManager.convertImage(Image image,
ImageFlavor[] flavors,
Map hints)
Converts an image.
|
Image |
ImageManager.getImage(ImageInfo info,
ImageFlavor[] flavors,
ImageSessionContext session)
Loads an image with no hints.
|
Image |
ImageManager.getImage(ImageInfo info,
ImageFlavor[] flavors,
Map hints,
ImageSessionContext session)
Loads an image.
|
Image |
ImageManager.getImage(ImageInfo info,
ImageFlavor flavor,
ImageSessionContext session)
Loads an image with no hints.
|
Image |
ImageManager.getImage(ImageInfo info,
ImageFlavor flavor,
Map hints,
ImageSessionContext session)
Loads an image.
|
ImageInfo |
ImageManager.getImageInfo(String uri,
ImageSessionContext session)
Returns an ImageInfo object containing its intrinsic size for a given URI.
|
ImageInfo |
ImageManager.preloadImage(String uri,
ImageSessionContext session)
Preloads an image, i.e. the format of the image is identified and some basic information
(MIME type, intrinsic size and possibly other values) are loaded and returned as an
ImageInfo object.
|
ImageInfo |
ImageManager.preloadImage(String uri,
Source src)
Preloads an image, i.e. the format of the image is identified and some basic information
(MIME type, intrinsic size and possibly other values) are loaded and returned as an
ImageInfo object.
|
限定符和类型 | 方法和说明 |
---|---|
ImageInfo |
ImageCache.needImageInfo(String uri,
ImageSessionContext session,
ImageManager manager)
Returns an ImageInfo instance for a given URI.
|
限定符和类型 | 方法和说明 |
---|---|
Image |
ImageConverterRendered2PNG.convert(Image src,
Map hints)
Converts an image into a different representation.
|
Image |
AbstractImageLoader.loadImage(ImageInfo info,
ImageSessionContext session)
Loads and returns an image.
|
Image |
ImageLoaderEPS.loadImage(ImageInfo info,
Map hints,
ImageSessionContext session)
Loads and returns an image.
|
Image |
ImageLoaderRawJPEG.loadImage(ImageInfo info,
Map hints,
ImageSessionContext session)
Loads and returns an image.
|
Image |
ImageLoaderRawCCITTFax.loadImage(ImageInfo info,
Map hints,
ImageSessionContext session)
Loads and returns an image.
|
Image |
CompositeImageLoader.loadImage(ImageInfo info,
Map hints,
ImageSessionContext session)
Loads and returns an image.
|
Image |
ImageLoaderRawPNG.loadImage(ImageInfo info,
Map hints,
ImageSessionContext session)
Loads and returns an image.
|
Image |
ImageLoaderPNG.loadImage(ImageInfo info,
Map hints,
ImageSessionContext session)
Loads and returns an image.
|
Image |
ImageLoaderRaw.loadImage(ImageInfo info,
Map hints,
ImageSessionContext session)
Loads and returns an image.
|
Image |
ImageLoaderInternalTIFF.loadImage(ImageInfo info,
Map hints,
ImageSessionContext session)
Loads and returns an image.
|
ImageInfo |
PreloaderBMP.preloadImage(String uri,
Source src,
ImageContext context)
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
|
ImageInfo |
PreloaderRawPNG.preloadImage(String uri,
Source src,
ImageContext context) |
ImageInfo |
PreloaderTIFF.preloadImage(String uri,
Source src,
ImageContext context)
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
|
ImageInfo |
PreloaderJPEG.preloadImage(String uri,
Source src,
ImageContext context)
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
|
ImageInfo |
PreloaderEMF.preloadImage(String uri,
Source src,
ImageContext context)
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
|
限定符和类型 | 方法和说明 |
---|---|
Image |
ImageLoaderImageIO.loadImage(ImageInfo info,
Map hints,
ImageSessionContext session)
Loads and returns an image.
|
ImageInfo |
PreloaderImageIO.preloadImage(String uri,
Source src,
ImageContext context)
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
|
限定符和类型 | 方法和说明 |
---|---|
Image |
ImageProviderPipeline.execute(ImageInfo info,
Image originalImage,
Map hints,
ImageSessionContext context)
Executes the image converter pipeline.
|
Image |
ImageProviderPipeline.execute(ImageInfo info,
Map hints,
ImageSessionContext context)
Executes the image converter pipeline.
|
限定符和类型 | 方法和说明 |
---|---|
Image |
ImageConverter.convert(Image src,
Map hints)
Converts an image into a different representation.
|
Image |
ImageLoader.loadImage(ImageInfo info,
ImageSessionContext session)
Loads and returns an image.
|
Image |
ImageLoader.loadImage(ImageInfo info,
Map hints,
ImageSessionContext session)
Loads and returns an image.
|
ImageInfo |
ImagePreloader.preloadImage(String originalURI,
Source src,
ImageContext context)
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.