xmlgraphics-commons 1.3.1

Uses of Interface
org.apache.xmlgraphics.image.loader.ImageContext

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. 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.
 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.
 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.
 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.
 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.
 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.
 

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.
 

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

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.