|
xmlgraphics-commons 1.4 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageContext | |
org.apache.xmlgraphics.image.loader | Contains image loading and conversion infrastructure for various image sources and an image cache. |
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.spi | Defines service provider interfaces for the image infrastructure. |
Uses of ImageContext in org.apache.xmlgraphics.image.loader |
Methods in org.apache.xmlgraphics.image.loader that return ImageContext | |
ImageContext |
ImageManager.getImageContext()
Returns the ImageContext in use by the ImageManager. |
ImageContext |
ImageSessionContext.getParentContext()
Returns the session-independent context object which provides configuration information. |
Constructors in org.apache.xmlgraphics.image.loader with parameters of type ImageContext | |
ImageManager(ImageContext context)
Main constructor. |
|
ImageManager(ImageImplRegistry registry,
ImageContext context)
Constructor for testing purposes. |
Uses of ImageContext in org.apache.xmlgraphics.image.loader.impl |
Classes in org.apache.xmlgraphics.image.loader.impl that implement ImageContext | |
class |
DefaultImageContext
Very simple ImageContext implementation that uses the Toolkit 's screen resolution. |
Methods in org.apache.xmlgraphics.image.loader.impl that return ImageContext | |
ImageContext |
DefaultImageSessionContext.getParentContext()
Returns the session-independent context object which provides configuration information. |
Methods in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageContext | |
ImageInfo |
PreloaderTIFF.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e. indentifies whether the source image is supported by this implementation and determines the image's intrinsic size and possibly some additional information. The image is usually not fully loaded at this time to conserve memory. The method returns null if the image was not identified. An ImageException is only
thrown if the image is identified but some error has happened while working on the file. |
ImageInfo |
PreloaderEPS.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e. indentifies whether the source image is supported by this implementation and determines the image's intrinsic size and possibly some additional information. The image is usually not fully loaded at this time to conserve memory. The method returns null if the image was not identified. An ImageException is only
thrown if the image is identified but some error has happened while working on the file. |
ImageInfo |
PreloaderGIF.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e. indentifies whether the source image is supported by this implementation and determines the image's intrinsic size and possibly some additional information. The image is usually not fully loaded at this time to conserve memory. The method returns null if the image was not identified. An ImageException is only
thrown if the image is identified but some error has happened while working on the file. |
ImageInfo |
PreloaderBMP.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e. indentifies whether the source image is supported by this implementation and determines the image's intrinsic size and possibly some additional information. The image is usually not fully loaded at this time to conserve memory. The method returns null if the image was not identified. An ImageException is only
thrown if the image is identified but some error has happened while working on the file. |
ImageInfo |
PreloaderJPEG.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e. indentifies whether the source image is supported by this implementation and determines the image's intrinsic size and possibly some additional information. The image is usually not fully loaded at this time to conserve memory. The method returns null if the image was not identified. An ImageException is only
thrown if the image is identified but some error has happened while working on the file. |
ImageInfo |
PreloaderEMF.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e. indentifies whether the source image is supported by this implementation and determines the image's intrinsic size and possibly some additional information. The image is usually not fully loaded at this time to conserve memory. The method returns null if the image was not identified. An ImageException is only
thrown if the image is identified but some error has happened while working on the file. |
Constructors in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageContext | |
DefaultImageSessionContext(ImageContext context,
java.io.File baseDir)
Main constructor. |
Uses of ImageContext in org.apache.xmlgraphics.image.loader.impl.imageio |
Methods in org.apache.xmlgraphics.image.loader.impl.imageio with parameters of type ImageContext | |
ImageInfo |
PreloaderImageIO.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e. indentifies whether the source image is supported by this implementation and determines the image's intrinsic size and possibly some additional information. The image is usually not fully loaded at this time to conserve memory. The method returns null if the image was not identified. An ImageException is only
thrown if the image is identified but some error has happened while working on the file. |
Uses of ImageContext in org.apache.xmlgraphics.image.loader.spi |
Methods in org.apache.xmlgraphics.image.loader.spi with parameters of type ImageContext | |
ImageInfo |
ImagePreloader.preloadImage(java.lang.String originalURI,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e. |
|
xmlgraphics-commons 1.4 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |