Uses of Class
org.apache.xmlgraphics.image.loader.ImageException
Packages that use ImageException
Package
Description
Contains image loading and conversion infrastructure for various image
sources and an image cache.
Contains image caching infrastructure.
Contains implementations of image loaders and converters.
Contains an implementation of an image loader which uses ImageIO.
Provides an image loading and processing pipeline.
Defines service provider interfaces for the image infrastructure.
-
Uses of ImageException in org.apache.xmlgraphics.image.loader
Subclasses of ImageException in org.apache.xmlgraphics.image.loaderModifier and TypeClassDescriptionclass
Exception which indicates that a particular (sub-)image could not be found.Methods in org.apache.xmlgraphics.image.loader that throw ImageExceptionModifier and TypeMethodDescriptionImageManager.convertImage
(Image image, ImageFlavor[] flavors) Converts an image with no hints.ImageManager.convertImage
(Image image, ImageFlavor[] flavors, Map hints) Converts an image.ImageManager.getImage
(ImageInfo info, ImageFlavor[] flavors, Map hints, ImageSessionContext session) Loads an image.ImageManager.getImage
(ImageInfo info, ImageFlavor[] flavors, ImageSessionContext session) Loads an image with no hints.ImageManager.getImage
(ImageInfo info, ImageFlavor flavor, Map hints, ImageSessionContext session) Loads an image.ImageManager.getImage
(ImageInfo info, ImageFlavor flavor, ImageSessionContext session) Loads an image with no hints.ImageManager.getImageInfo
(String uri, ImageSessionContext session) Returns an ImageInfo object containing its intrinsic size for a given URI.ImageManager.preloadImage
(String uri, Source src) Preloads an image, i.e.ImageManager.preloadImage
(String uri, ImageSessionContext session) Preloads an image, i.e. -
Uses of ImageException in org.apache.xmlgraphics.image.loader.cache
Methods in org.apache.xmlgraphics.image.loader.cache that throw ImageExceptionModifier and TypeMethodDescriptionImageCache.needImageInfo
(String uri, ImageSessionContext session, ImageManager manager) Returns an ImageInfo instance for a given URI. -
Uses of ImageException in org.apache.xmlgraphics.image.loader.impl
Methods in org.apache.xmlgraphics.image.loader.impl that throw ImageExceptionModifier and TypeMethodDescriptionConverts an image into a different representation.AbstractImageLoader.loadImage
(ImageInfo info, ImageSessionContext session) Loads and returns an image.CompositeImageLoader.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderEPS.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderInternalTIFF.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderPNG.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderRaw.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderRawCCITTFax.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderRawJPEG.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoaderRawPNG.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.PreloaderBMP.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.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. -
Uses of ImageException in org.apache.xmlgraphics.image.loader.impl.imageio
Methods in org.apache.xmlgraphics.image.loader.impl.imageio that throw ImageExceptionModifier and TypeMethodDescriptionImageLoaderImageIO.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.PreloaderImageIO.preloadImage
(String uri, Source src, ImageContext context) "Preloads" an image, i.e. -
Uses of ImageException in org.apache.xmlgraphics.image.loader.pipeline
Methods in org.apache.xmlgraphics.image.loader.pipeline that throw ImageExceptionModifier and TypeMethodDescriptionImageProviderPipeline.execute
(ImageInfo info, Map hints, ImageSessionContext context) Executes the image converter pipeline.ImageProviderPipeline.execute
(ImageInfo info, Image originalImage, Map hints, ImageSessionContext context) Executes the image converter pipeline. -
Uses of ImageException in org.apache.xmlgraphics.image.loader.spi
Methods in org.apache.xmlgraphics.image.loader.spi that throw ImageExceptionModifier and TypeMethodDescriptionConverts an image into a different representation.ImageLoader.loadImage
(ImageInfo info, Map hints, ImageSessionContext session) Loads and returns an image.ImageLoader.loadImage
(ImageInfo info, ImageSessionContext session) Loads and returns an image.ImagePreloader.preloadImage
(String originalURI, Source src, ImageContext context) "Preloads" an image, i.e.