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
Methods 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
Constructors in org.apache.xmlgraphics.image.loader.pipeline with parameters of type ImageCacheModifierConstructorDescriptionImageProviderPipeline
(ImageCache cache, ImageLoader loader) Main constructor.