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.pipeline |
Provides an image loading and processing pipeline.
|
Modifier and Type | Field and Description |
---|---|
private ImageCache |
ImageManager.cache
The image cache for this instance
|
Modifier and Type | Method and Description |
---|---|
ImageCache |
ImageManager.getCache()
Returns the ImageCache in use by the ImageManager.
|
Modifier and Type | Field and Description |
---|---|
private ImageCache |
ImageProviderPipeline.cache |
Constructor and Description |
---|
ImageProviderPipeline(ImageCache cache,
ImageLoader loader)
Main constructor.
|