Uses of Interface
org.apache.xmlgraphics.image.loader.ImageContext
Packages that use ImageContext
Package
Description
Contains image loading and conversion infrastructure for various image
sources and an image cache.
Contains implementations of image loaders and converters.
Contains an implementation of an image loader which uses ImageIO.
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 ImageContextModifier and TypeMethodDescriptionImageManager.getImageContext()
Returns the ImageContext in use by the ImageManager.ImageSessionContext.getParentContext()
Returns the session-independent context object which provides configuration information.Constructors in org.apache.xmlgraphics.image.loader with parameters of type ImageContextModifierConstructorDescriptionImageManager
(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 ImageContextModifier and TypeClassDescriptionclass
Very simple ImageContext implementation that uses theToolkit
's screen resolution.Methods in org.apache.xmlgraphics.image.loader.impl that return ImageContextModifier and TypeMethodDescriptionDefaultImageSessionContext.getParentContext()
Returns the session-independent context object which provides configuration information.Methods in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageContextModifier and TypeMethodDescriptionPreloaderBMP.preloadImage
(String uri, Source src, ImageContext context) "Preloads" an image, i.e.PreloaderEMF.preloadImage
(String uri, Source src, ImageContext context) "Preloads" an image, i.e.PreloaderEPS.preloadImage
(String uri, Source src, ImageContext context) "Preloads" an image, i.e.PreloaderGIF.preloadImage
(String uri, Source src, ImageContext context) "Preloads" an image, i.e.PreloaderJPEG.preloadImage
(String uri, Source src, ImageContext context) "Preloads" an image, i.e.PreloaderRawPNG.preloadImage
(String uri, Source src, ImageContext context) PreloaderTIFF.preloadImage
(String uri, Source src, ImageContext context) "Preloads" an image, i.e.Constructors in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageContextModifierConstructorDescriptionDefaultImageSessionContext
(ImageContext context, 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 ImageContextModifier and TypeMethodDescriptionPreloaderImageIO.preloadImage
(String uri, 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 ImageContextModifier and TypeMethodDescriptionImagePreloader.preloadImage
(String originalURI, Source src, ImageContext context) "Preloads" an image, i.e.