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<String, Object> hints) Converts an image.ImageManager.getImage
(ImageInfo info, ImageFlavor[] flavors, Map<String, Object> 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<String, Object> 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 TypeMethodDescriptionprivate ICC_Profile
ImageLoaderRawJPEG.buildICCProfile
(ImageInfo info, ColorSpace colorSpace, org.apache.commons.io.output.ByteArrayOutputStream iccStream) Converts an image into a different representation.private ImageInfo
PreloaderTIFF.createImageInfo
(String uri, ImageInputStream in, ImageContext context) private ImageSize
PreloaderBMP.determineSize
(ImageInputStream in, ImageContext context) private ImageSize
PreloaderEMF.determineSize
(ImageInputStream in, ImageContext context) private ImageSize
PreloaderJPEG.determineSize
(ImageInputStream in, ImageContext context) PNGFile.getImageRawPNG
(ImageInfo info) AbstractImageLoader.loadImage
(ImageInfo info, ImageSessionContext session) Loads and returns an image.CompositeImageLoader.loadImage
(ImageInfo info, Map<String, Object> hints, ImageSessionContext session) Loads and returns an image.Loads and returns an image.ImageLoaderInternalTIFF.loadImage
(ImageInfo info, Map<String, Object> hints, ImageSessionContext session) Loads and returns an image.Loads and returns an image.ImageLoaderRawCCITTFax.loadImage
(ImageInfo info, Map<String, Object> hints, ImageSessionContext session) Loads and returns an image.Loads and returns an image.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.Constructors in org.apache.xmlgraphics.image.loader.impl that throw ImageException -
Uses of ImageException in org.apache.xmlgraphics.image.loader.impl.imageio
Methods in org.apache.xmlgraphics.image.loader.impl.imageio that throw ImageExceptionModifier and TypeMethodDescriptionLoads 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<String, Object> hints, ImageSessionContext context) Executes the image converter pipeline.ImageProviderPipeline.execute
(ImageInfo info, Image originalImage, Map<String, Object> 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.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.