Uses of Class
org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
Packages that use ImageImplRegistry
Package
Description
Contains image loading and conversion infrastructure for various image
sources and an image cache.
Provides an image loading and processing pipeline.
Defines service provider interfaces for the image infrastructure.
-
Uses of ImageImplRegistry in org.apache.xmlgraphics.image.loader
Methods in org.apache.xmlgraphics.image.loader that return ImageImplRegistryModifier and TypeMethodDescriptionImageManager.getRegistry()
Returns the ImageImplRegistry in use by the ImageManager.Constructors in org.apache.xmlgraphics.image.loader with parameters of type ImageImplRegistryModifierConstructorDescriptionImageManager
(ImageImplRegistry registry, ImageContext context) Constructor for testing purposes. -
Uses of ImageImplRegistry in org.apache.xmlgraphics.image.loader.pipeline
Methods in org.apache.xmlgraphics.image.loader.pipeline with parameters of type ImageImplRegistryModifier and TypeMethodDescriptionImageProviderPipeline.getConversionPenalty
(ImageImplRegistry registry) Returns the overall conversion penalty for the pipeline. -
Uses of ImageImplRegistry in org.apache.xmlgraphics.image.loader.spi
Methods in org.apache.xmlgraphics.image.loader.spi that return ImageImplRegistryModifier and TypeMethodDescriptionstatic ImageImplRegistry
ImageImplRegistry.newInstance()
Returns the default instance of the Image implementation registry.