Uses of Interface
org.apache.xmlgraphics.image.loader.spi.ImageConverter
Packages that use ImageConverter
Package
Description
Contains implementations of image loaders and converters.
Provides an image loading and processing pipeline.
Defines service provider interfaces for the image infrastructure.
-
Uses of ImageConverter in org.apache.xmlgraphics.image.loader.impl
Classes in org.apache.xmlgraphics.image.loader.impl that implement ImageConverterModifier and TypeClassDescriptionclassAbstract base class for ImageConverter implementations.classThis ImageConverter wraps a bitmap image in a Graphics2D image.classThis ImageConverter converts BufferedImages to RenderedImages (well, it's basically just a class cast).classThis ImageConverter converts Graphics2D images to a BufferedImage.classThis ImageConverter converts Rendered to PNG images. -
Uses of ImageConverter in org.apache.xmlgraphics.image.loader.pipeline
Methods in org.apache.xmlgraphics.image.loader.pipeline with parameters of type ImageConverterModifier and TypeMethodDescriptionvoidImageProviderPipeline.addConverter(ImageConverter converter) Adds an additional ImageConverter to the end of the pipeline. -
Uses of ImageConverter in org.apache.xmlgraphics.image.loader.spi
Methods in org.apache.xmlgraphics.image.loader.spi with parameters of type ImageConverterModifier and TypeMethodDescriptionvoidImageImplRegistry.registerConverter(ImageConverter converter) Registers a new ImageConverter.