Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ImageContext |
ImageManager.getImageContext()
Returns the ImageContext in use by the ImageManager.
|
ImageContext |
ImageSessionContext.getParentContext()
Returns the session-independent context object which provides configuration information.
|
Constructor and Description |
---|
ImageManager(ImageContext context)
Main constructor.
|
ImageManager(ImageImplRegistry registry,
ImageContext context)
Constructor for testing purposes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultImageContext
Very simple ImageContext implementation that uses the
Toolkit 's screen resolution. |
Modifier and Type | Method and Description |
---|---|
ImageContext |
DefaultImageSessionContext.getParentContext()
Returns the session-independent context object which provides configuration information.
|
Modifier and Type | Method and Description |
---|---|
ImageInfo |
PreloaderGIF.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e.
|
ImageInfo |
PreloaderEMF.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e.
|
ImageInfo |
PreloaderBMP.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e.
|
ImageInfo |
PreloaderEPS.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e.
|
ImageInfo |
PreloaderJPEG.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e.
|
ImageInfo |
PreloaderTIFF.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e.
|
Constructor and Description |
---|
DefaultImageSessionContext(ImageContext context,
java.io.File baseDir)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
ImageInfo |
PreloaderImageIO.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e.
|
Modifier and Type | Method and Description |
---|---|
ImageInfo |
ImagePreloader.preloadImage(java.lang.String originalURI,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.