Uses of Class
org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
Packages that use ImageProviderPipeline
Package
Description
Contains image loading and conversion infrastructure for various image
sources and an image cache.
Provides an image loading and processing pipeline.
-
Uses of ImageProviderPipeline in org.apache.xmlgraphics.image.loader
Methods in org.apache.xmlgraphics.image.loader that return ImageProviderPipelineModifier and TypeMethodDescriptionImageManager.choosePipeline(ImageProviderPipeline[] candidates) Chooses the bestImageProviderPipelinefrom a set of candidates.Methods in org.apache.xmlgraphics.image.loader with parameters of type ImageProviderPipelineModifier and TypeMethodDescriptionImageManager.choosePipeline(ImageProviderPipeline[] candidates) Chooses the bestImageProviderPipelinefrom a set of candidates. -
Uses of ImageProviderPipeline in org.apache.xmlgraphics.image.loader.pipeline
Methods in org.apache.xmlgraphics.image.loader.pipeline that return ImageProviderPipelineModifier and TypeMethodDescriptionPipelineFactory.determineCandidatePipelines(ImageInfo imageInfo, ImageFlavor targetFlavor) Determines all possible pipelines for the given image that can produce the requested target flavor.PipelineFactory.determineCandidatePipelines(ImageInfo imageInfo, ImageFlavor[] flavors) Finds and returns an array ofImageProviderPipelineinstances which can handle the given MIME type and return one of the givenImageFlavors.PipelineFactory.determineCandidatePipelines(Image sourceImage, ImageFlavor[] flavors) Finds and returns an array ofImageProviderPipelineinstances which can handle the convert the givenImageand return one of the givenImageFlavors.private ImageProviderPipelinePipelineFactory.findPipeline(DefaultEdgeDirectory dir, ImageFlavor originFlavor, ImageRepresentation destination) PipelineFactory.newImageConverterPipeline(ImageInfo imageInfo, ImageFlavor targetFlavor) Creates and returns anImageProviderPipelinethat allows to load an image of the given MIME type and present it in the requested image flavor.PipelineFactory.newImageConverterPipeline(Image originalImage, ImageFlavor targetFlavor) Creates and returns anImageProviderPipelinethat allows to load an image of the given MIME type and present it in the requested image flavor.