Uses of Interface
org.apache.xmlgraphics.image.loader.ImageContext
-
Packages that use ImageContext Package Description 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 Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Class Description class
DefaultImageContext
Very simple ImageContext implementation that uses theToolkit
's screen resolution.Methods in org.apache.xmlgraphics.image.loader.impl that return ImageContext Modifier and Type Method Description 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 Modifier and Type Method Description ImageInfo
PreloaderBMP. 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
PreloaderEPS. 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.ImageInfo
PreloaderJPEG. preloadImage(java.lang.String uri, javax.xml.transform.Source src, ImageContext context)
"Preloads" an image, i.e.ImageInfo
PreloaderRawPNG. preloadImage(java.lang.String uri, javax.xml.transform.Source src, ImageContext context)
ImageInfo
PreloaderTIFF. 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 Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description ImageInfo
ImagePreloader. preloadImage(java.lang.String originalURI, javax.xml.transform.Source src, ImageContext context)
"Preloads" an image, i.e.
-