Uses of Interface
org.apache.xmlgraphics.image.loader.Image
Packages that use Image
Package
Description
Contains image loading and conversion infrastructure for various image
sources and an image cache.
Contains image caching infrastructure.
Contains implementations of image loaders and converters.
Contains an implementation of an image loader which uses ImageIO.
Provides an image loading and processing pipeline.
Defines service provider interfaces for the image infrastructure.
-
Uses of Image in org.apache.xmlgraphics.image.loader
Methods in org.apache.xmlgraphics.image.loader that return ImageModifier and TypeMethodDescriptionImageManager.convertImage
(Image image, ImageFlavor[] flavors) Converts an image with no hints.ImageManager.convertImage
(Image image, ImageFlavor[] flavors, Map hints) Converts an image.ImageManager.getImage
(ImageInfo info, ImageFlavor[] flavors, Map hints, ImageSessionContext session) Loads an image.ImageManager.getImage
(ImageInfo info, ImageFlavor[] flavors, ImageSessionContext session) Loads an image with no hints.ImageManager.getImage
(ImageInfo info, ImageFlavor flavor, Map hints, ImageSessionContext session) Loads an image.ImageManager.getImage
(ImageInfo info, ImageFlavor flavor, ImageSessionContext session) Loads an image with no hints.ImageInfo.getOriginalImage()
Returns the original Image instance if such an Image instance is created while building this ImageInfo object.Methods in org.apache.xmlgraphics.image.loader with parameters of type ImageModifier and TypeMethodDescriptionImageManager.convertImage
(Image image, ImageFlavor[] flavors) Converts an image with no hints.ImageManager.convertImage
(Image image, ImageFlavor[] flavors, Map hints) Converts an image. -
Uses of Image in org.apache.xmlgraphics.image.loader.cache
Methods in org.apache.xmlgraphics.image.loader.cache that return ImageModifier and TypeMethodDescriptionImageCache.getImage
(String uri, ImageFlavor flavor) Returns an image from the cache or null if it wasn't found.ImageCache.getImage
(ImageInfo info, ImageFlavor flavor) Returns an image from the cache or null if it wasn't found.Methods in org.apache.xmlgraphics.image.loader.cache with parameters of type Image -
Uses of Image in org.apache.xmlgraphics.image.loader.impl
Classes in org.apache.xmlgraphics.image.loader.impl that implement ImageModifier and TypeClassDescriptionclass
Abstract base class for Image implementations.class
This class is an implementation of the Image interface exposing a BufferedImage.class
This class is an implementation of the Image interface exposing a Graphics2DImagePainter.class
This class is an implementation of the Image interface exposing a 1-bit bitmap image stream that can be decoded by the PostScript or PDF CCITTFaxDecode filter.class
This class is an implementation of the Image interface exposing EPS file.class
This class is an implementation of the Image interface exposing a JPEG file.class
class
This class is an implementation of the Image interface exposing an InputStream for loading the raw/undecoded image.class
This class is an implementation of the Image interface exposing a RenderedImage.class
This class is an implementation of the Image interface exposing an XML DOM (W3C).Methods in org.apache.xmlgraphics.image.loader.impl that return ImageModifier and TypeMethodDescriptionConverts an image into a different representation.Converts an image into a different representation.Converts an image into a different representation.Converts an image into a different representation.AbstractImageLoader.loadImage
(ImageInfo info, ImageSessionContext session) Loads and returns an image.CompositeImageLoader.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderEPS.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderInternalTIFF.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderPNG.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderRaw.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderRawCCITTFax.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderRawJPEG.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderRawPNG.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.Methods in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageModifier and TypeMethodDescriptionprotected void
AbstractImageConverter.checkSourceFlavor
(Image img) Checks if the source flavor of the given image is compatible with this ImageConverter.Converts an image into a different representation.Converts an image into a different representation.Converts an image into a different representation.Converts an image into a different representation. -
Uses of Image in org.apache.xmlgraphics.image.loader.impl.imageio
Methods in org.apache.xmlgraphics.image.loader.impl.imageio that return ImageModifier and TypeMethodDescriptionImageLoaderImageIO.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image. -
Uses of Image in org.apache.xmlgraphics.image.loader.pipeline
Methods in org.apache.xmlgraphics.image.loader.pipeline that return ImageModifier and TypeMethodDescriptionImageProviderPipeline.execute
(ImageInfo info, Map hints, ImageSessionContext context) Executes the image converter pipeline.ImageProviderPipeline.execute
(ImageInfo info, Image originalImage, Map hints, ImageSessionContext context) Executes the image converter pipeline.protected Image
ImageProviderPipeline.forceCaching
(Image img) In some cases the provided Image is not cacheable, nor is any of the intermediate Image instances (for example, when loading a raw JPEG file).Methods in org.apache.xmlgraphics.image.loader.pipeline with parameters of type ImageModifier and TypeMethodDescriptionPipelineFactory.determineCandidatePipelines
(Image sourceImage, ImageFlavor[] flavors) Finds and returns an array ofImageProviderPipeline
instances which can handle the convert the givenImage
and return one of the givenImageFlavor
s.ImageProviderPipeline.execute
(ImageInfo info, Image originalImage, Map hints, ImageSessionContext context) Executes the image converter pipeline.protected Image
ImageProviderPipeline.forceCaching
(Image img) In some cases the provided Image is not cacheable, nor is any of the intermediate Image instances (for example, when loading a raw JPEG file).PipelineFactory.newImageConverterPipeline
(Image originalImage, ImageFlavor targetFlavor) Creates and returns anImageProviderPipeline
that allows to load an image of the given MIME type and present it in the requested image flavor. -
Uses of Image in org.apache.xmlgraphics.image.loader.spi
Methods in org.apache.xmlgraphics.image.loader.spi that return ImageModifier and TypeMethodDescriptionConverts an image into a different representation.ImageLoader.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoader.loadImage
(ImageInfo info, ImageSessionContext session) Loads and returns an image.Methods in org.apache.xmlgraphics.image.loader.spi with parameters of type Image