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