|
xmlgraphics-commons 1.3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageSessionContext | |
---|---|
org.apache.xmlgraphics.image.loader | Contains image loading and conversion infrastructure for various image sources and an image cache. |
org.apache.xmlgraphics.image.loader.cache | Contains image caching infrastructure. |
org.apache.xmlgraphics.image.loader.impl | Contains implementations of image loaders and converters. |
org.apache.xmlgraphics.image.loader.impl.imageio | Contains an implementation of an image loader which uses ImageIO. |
org.apache.xmlgraphics.image.loader.pipeline | Provides an image loading and processing pipeline. |
org.apache.xmlgraphics.image.loader.spi | Defines service provider interfaces for the image infrastructure. |
org.apache.xmlgraphics.image.loader.util | 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 ImageSessionContext | |
---|---|
Image |
ImageManager.getImage(ImageInfo info,
ImageFlavor[] flavors,
ImageSessionContext session)
Loads an image with no hints. |
Image |
ImageManager.getImage(ImageInfo info,
ImageFlavor[] flavors,
java.util.Map hints,
ImageSessionContext session)
Loads an image. |
Image |
ImageManager.getImage(ImageInfo info,
ImageFlavor flavor,
ImageSessionContext session)
Loads an image with no hints. |
Image |
ImageManager.getImage(ImageInfo info,
ImageFlavor flavor,
java.util.Map hints,
ImageSessionContext session)
Loads an image. |
ImageInfo |
ImageManager.getImageInfo(java.lang.String uri,
ImageSessionContext session)
Returns an ImageInfo object containing its intrinsic size for a given URI. |
ImageInfo |
ImageManager.preloadImage(java.lang.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 ImageSessionContext | |
---|---|
ImageInfo |
ImageCache.needImageInfo(java.lang.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 ImageSessionContext | |
---|---|
class |
AbstractImageSessionContext
Abstract base class for classes implementing ImageSessionContext. |
class |
DefaultImageSessionContext
Very simple implementation of the ImageSessionContext interface. |
Methods in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageSessionContext | |
---|---|
Image |
AbstractImageLoader.loadImage(ImageInfo info,
ImageSessionContext session)
Loads and returns an image. |
Image |
ImageLoaderRawJPEG.loadImage(ImageInfo info,
java.util.Map hints,
ImageSessionContext session)
Loads and returns an image. |
Image |
CompositeImageLoader.loadImage(ImageInfo info,
java.util.Map hints,
ImageSessionContext session)
Loads and returns an image. |
Image |
ImageLoaderRawCCITTFax.loadImage(ImageInfo info,
java.util.Map hints,
ImageSessionContext session)
Loads and returns an image. |
Image |
ImageLoaderRaw.loadImage(ImageInfo info,
java.util.Map hints,
ImageSessionContext session)
Loads and returns an image. |
Image |
ImageLoaderInternalTIFF.loadImage(ImageInfo info,
java.util.Map hints,
ImageSessionContext session)
Loads and returns an image. |
Image |
ImageLoaderEPS.loadImage(ImageInfo info,
java.util.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 ImageSessionContext | |
---|---|
Image |
ImageLoaderImageIO.loadImage(ImageInfo info,
java.util.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 ImageSessionContext | |
---|---|
Image |
ImageProviderPipeline.execute(ImageInfo info,
Image originalImage,
java.util.Map hints,
ImageSessionContext context)
Executes the image converter pipeline. |
Image |
ImageProviderPipeline.execute(ImageInfo info,
java.util.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 ImageSessionContext | |
---|---|
Image |
ImageLoader.loadImage(ImageInfo info,
ImageSessionContext session)
Loads and returns an image. |
Image |
ImageLoader.loadImage(ImageInfo info,
java.util.Map hints,
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 ImageSessionContext | |
---|---|
static java.util.Map |
ImageUtil.getDefaultHints(ImageSessionContext session)
Creates a new hint Map with values from the FOUserAgent. |
|
xmlgraphics-commons 1.3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |