Uses of Class
org.apache.xmlgraphics.image.loader.ImageManager
-
Packages that use ImageManager Package Description org.apache.xmlgraphics.image.loader.cache Contains image caching infrastructure.org.apache.xmlgraphics.image.loader.pipeline Provides an image loading and processing pipeline. -
-
Uses of ImageManager in org.apache.xmlgraphics.image.loader.cache
Methods in org.apache.xmlgraphics.image.loader.cache with parameters of type ImageManager Modifier and Type Method Description ImageInfo
ImageCache. needImageInfo(java.lang.String uri, ImageSessionContext session, ImageManager manager)
Returns an ImageInfo instance for a given URI. -
Uses of ImageManager in org.apache.xmlgraphics.image.loader.pipeline
Constructors in org.apache.xmlgraphics.image.loader.pipeline with parameters of type ImageManager Constructor Description PipelineFactory(ImageManager manager)
Main constructor.
-