Uses of Class
org.apache.xmlgraphics.image.loader.cache.ImageCache
Packages that use ImageCache
Package
Description
Contains image loading and conversion infrastructure for various image
sources and an image cache.
Provides an image loading and processing pipeline.
-
Uses of ImageCache in org.apache.xmlgraphics.image.loader
Fields in org.apache.xmlgraphics.image.loader declared as ImageCacheModifier and TypeFieldDescriptionprivate ImageCache
ImageManager.cache
The image cache for this instanceMethods in org.apache.xmlgraphics.image.loader that return ImageCacheModifier and TypeMethodDescriptionImageManager.getCache()
Returns the ImageCache in use by the ImageManager. -
Uses of ImageCache in org.apache.xmlgraphics.image.loader.pipeline
Fields in org.apache.xmlgraphics.image.loader.pipeline declared as ImageCacheConstructors in org.apache.xmlgraphics.image.loader.pipeline with parameters of type ImageCacheModifierConstructorDescriptionImageProviderPipeline
(ImageCache cache, ImageLoader loader) Main constructor.