程序包 | 说明 |
---|---|
org.apache.xmlgraphics.image.loader |
Contains image loading and conversion infrastructure for various image
sources and an image cache.
|
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.
|
限定符和类型 | 方法和说明 |
---|---|
ImageContext |
ImageManager.getImageContext()
Returns the ImageContext in use by the ImageManager.
|
ImageContext |
ImageSessionContext.getParentContext()
Returns the session-independent context object which provides configuration information.
|
构造器和说明 |
---|
ImageManager(ImageContext context)
Main constructor.
|
ImageManager(ImageImplRegistry registry,
ImageContext context)
Constructor for testing purposes.
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultImageContext
Very simple ImageContext implementation that uses the
Toolkit 's screen resolution. |
限定符和类型 | 方法和说明 |
---|---|
ImageContext |
DefaultImageSessionContext.getParentContext()
Returns the session-independent context object which provides configuration information.
|
限定符和类型 | 方法和说明 |
---|---|
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 |
PreloaderEPS.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 |
PreloaderGIF.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.
|
构造器和说明 |
---|
DefaultImageSessionContext(ImageContext context,
File baseDir)
Main constructor.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
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.