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 |
PreloaderBMP.preloadImage(String uri,
Source src,
ImageContext context)
"Preloads" an image, i.e.
|
ImageInfo |
PreloaderEMF.preloadImage(String uri,
Source src,
ImageContext context)
"Preloads" an image, i.e.
|
ImageInfo |
PreloaderEPS.preloadImage(String uri,
Source src,
ImageContext context)
"Preloads" an image, i.e.
|
ImageInfo |
PreloaderGIF.preloadImage(String uri,
Source src,
ImageContext context)
"Preloads" an image, i.e.
|
ImageInfo |
PreloaderJPEG.preloadImage(String uri,
Source src,
ImageContext context)
"Preloads" an image, i.e.
|
ImageInfo |
PreloaderRawPNG.preloadImage(String uri,
Source src,
ImageContext context) |
ImageInfo |
PreloaderTIFF.preloadImage(String uri,
Source src,
ImageContext context)
"Preloads" an image, i.e.
|
Constructor and Description |
---|
DefaultImageSessionContext(ImageContext context,
File baseDir)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
ImageInfo |
PreloaderImageIO.preloadImage(String uri,
Source src,
ImageContext context)
"Preloads" an image, i.e.
|
Modifier and Type | Method and Description |
---|---|
ImageInfo |
ImagePreloader.preloadImage(String originalURI,
Source src,
ImageContext context)
"Preloads" an image, i.e.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.