Uses of Class
org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Packages that use ImageCache 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. -
-
Uses of ImageCache in org.apache.xmlgraphics.image.loader
Fields in org.apache.xmlgraphics.image.loader declared as ImageCache Modifier and Type Field Description private ImageCache
ImageManager. cache
The image cache for this instanceMethods in org.apache.xmlgraphics.image.loader that return ImageCache Modifier and Type Method Description ImageCache
ImageManager. 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 ImageCache Modifier and Type Field Description private ImageCache
ImageProviderPipeline. cache
Constructors in org.apache.xmlgraphics.image.loader.pipeline with parameters of type ImageCache Constructor Description ImageProviderPipeline(ImageCache cache, ImageLoader loader)
Main constructor.
-