Uses of Class
org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Packages that use ImageImplRegistry 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.org.apache.xmlgraphics.image.loader.spi Defines service provider interfaces for the image infrastructure. -
-
Uses of ImageImplRegistry in org.apache.xmlgraphics.image.loader
Fields in org.apache.xmlgraphics.image.loader declared as ImageImplRegistry Modifier and Type Field Description private ImageImplRegistry
ImageManager. registry
Holds all registered interface implementations for the image packageMethods in org.apache.xmlgraphics.image.loader that return ImageImplRegistry Modifier and Type Method Description ImageImplRegistry
ImageManager. getRegistry()
Returns the ImageImplRegistry in use by the ImageManager.Constructors in org.apache.xmlgraphics.image.loader with parameters of type ImageImplRegistry Constructor Description ImageManager(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 ImageImplRegistry Modifier and Type Method Description Penalty
ImageProviderPipeline. getConversionPenalty(ImageImplRegistry registry)
Returns the overall conversion penalty for the pipeline. -
Uses of ImageImplRegistry in org.apache.xmlgraphics.image.loader.spi
Fields in org.apache.xmlgraphics.image.loader.spi declared as ImageImplRegistry Modifier and Type Field Description private static ImageImplRegistry
ImageImplRegistry. defaultInstance
Singleton instanceMethods in org.apache.xmlgraphics.image.loader.spi that return ImageImplRegistry Modifier and Type Method Description static ImageImplRegistry
ImageImplRegistry. getDefaultInstance()
Returns the default instance of the Image implementation registry.
-