|
xmlgraphics-commons 1.3.1 | |||||||||
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. |
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. |
ImageInfo |
PreloaderBMP.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e. |
ImageInfo |
PreloaderEPS.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e. |
ImageInfo |
PreloaderJPEG.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e. |
ImageInfo |
PreloaderEMF.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e. |
ImageInfo |
PreloaderGIF.preloadImage(java.lang.String uri,
javax.xml.transform.Source src,
ImageContext context)
"Preloads" an image, i.e. |
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. |
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.3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |