xmlgraphics-commons 1.3.1

Uses of Class
org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline

Packages that use ImageProviderPipeline
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. 
 

Uses of ImageProviderPipeline in org.apache.xmlgraphics.image.loader
 

Methods in org.apache.xmlgraphics.image.loader that return ImageProviderPipeline
 ImageProviderPipeline ImageManager.choosePipeline(ImageProviderPipeline[] candidates)
          Chooses the best ImageProviderPipeline from a set of candidates.
 

Methods in org.apache.xmlgraphics.image.loader with parameters of type ImageProviderPipeline
 ImageProviderPipeline ImageManager.choosePipeline(ImageProviderPipeline[] candidates)
          Chooses the best ImageProviderPipeline from a set of candidates.
 

Uses of ImageProviderPipeline in org.apache.xmlgraphics.image.loader.pipeline
 

Methods in org.apache.xmlgraphics.image.loader.pipeline that return ImageProviderPipeline
 ImageProviderPipeline[] PipelineFactory.determineCandidatePipelines(Image sourceImage, ImageFlavor[] flavors)
          Finds and returns an array of ImageProviderPipeline instances which can handle the convert the given Image and return one of the given ImageFlavors.
 ImageProviderPipeline[] PipelineFactory.determineCandidatePipelines(ImageInfo imageInfo, ImageFlavor[] flavors)
          Finds and returns an array of ImageProviderPipeline instances which can handle the given MIME type and return one of the given ImageFlavors.
 ImageProviderPipeline PipelineFactory.newImageConverterPipeline(Image originalImage, ImageFlavor targetFlavor)
          Creates and returns an ImageProviderPipeline that allows to load an image of the given MIME type and present it in the requested image flavor.
 ImageProviderPipeline PipelineFactory.newImageConverterPipeline(ImageInfo imageInfo, ImageFlavor targetFlavor)
          Creates and returns an ImageProviderPipeline that allows to load an image of the given MIME type and present it in the requested image flavor.
 


xmlgraphics-commons 1.3.1

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.