Uses of Interface
org.apache.xmlgraphics.image.loader.ImageSessionContext
Packages that use ImageSessionContext
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.
Contains utilities and helper classes useful in conjunction with the image
package.
-
Uses of ImageSessionContext in org.apache.xmlgraphics.image.loader
Methods in org.apache.xmlgraphics.image.loader with parameters of type ImageSessionContextModifier and TypeMethodDescriptionvoid
ImageManager.closeImage
(String uri, ImageSessionContext session) Closes the resources associated to the given 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.ImageManager.getImageInfo
(String uri, ImageSessionContext session) Returns an ImageInfo object containing its intrinsic size for a given URI.ImageManager.preloadImage
(String uri, ImageSessionContext session) Preloads an image, i.e. -
Uses of ImageSessionContext in org.apache.xmlgraphics.image.loader.cache
Methods in org.apache.xmlgraphics.image.loader.cache with parameters of type ImageSessionContextModifier and TypeMethodDescriptionImageCache.needImageInfo
(String uri, ImageSessionContext session, ImageManager manager) Returns an ImageInfo instance for a given URI. -
Uses of ImageSessionContext in org.apache.xmlgraphics.image.loader.impl
Classes in org.apache.xmlgraphics.image.loader.impl that implement ImageSessionContextModifier and TypeClassDescriptionclass
Abstract base class for classes implementing ImageSessionContext.class
Very simple implementation of the ImageSessionContext interface.Methods in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageSessionContextModifier and TypeMethodDescriptionAbstractImageLoader.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. -
Uses of ImageSessionContext in org.apache.xmlgraphics.image.loader.impl.imageio
Methods in org.apache.xmlgraphics.image.loader.impl.imageio with parameters of type ImageSessionContextModifier and TypeMethodDescriptionImageLoaderImageIO.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image. -
Uses of ImageSessionContext in org.apache.xmlgraphics.image.loader.pipeline
Methods in org.apache.xmlgraphics.image.loader.pipeline with parameters of type ImageSessionContextModifier 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. -
Uses of ImageSessionContext in org.apache.xmlgraphics.image.loader.spi
Methods in org.apache.xmlgraphics.image.loader.spi with parameters of type ImageSessionContextModifier and TypeMethodDescriptionImageLoader.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoader.loadImage
(ImageInfo info, ImageSessionContext session) Loads and returns an image. -
Uses of ImageSessionContext in org.apache.xmlgraphics.image.loader.util
Methods in org.apache.xmlgraphics.image.loader.util with parameters of type ImageSessionContextModifier and TypeMethodDescriptionstatic Map
ImageUtil.getDefaultHints
(ImageSessionContext session) Creates a new hint Map with values from the FOUserAgent.