Uses of Class
org.apache.xmlgraphics.image.loader.ImageException
-
Packages that use ImageException 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.cache Contains image caching infrastructure.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.pipeline Provides an image loading and processing pipeline.org.apache.xmlgraphics.image.loader.spi 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.loader Modifier and Type Class Description classSubImageNotFoundExceptionException which indicates that a particular (sub-)image could not be found.Methods in org.apache.xmlgraphics.image.loader that throw ImageException Modifier and Type Method Description ImageImageManager. convertImage(Image image, ImageFlavor[] flavors)Converts an image with no hints.ImageImageManager. convertImage(Image image, ImageFlavor[] flavors, java.util.Map hints)Converts an image.ImageImageManager. getImage(ImageInfo info, ImageFlavor[] flavors, java.util.Map hints, ImageSessionContext session)Loads an image.ImageImageManager. getImage(ImageInfo info, ImageFlavor[] flavors, ImageSessionContext session)Loads an image with no hints.ImageImageManager. getImage(ImageInfo info, ImageFlavor flavor, java.util.Map hints, ImageSessionContext session)Loads an image.ImageImageManager. getImage(ImageInfo info, ImageFlavor flavor, ImageSessionContext session)Loads an image with no hints.ImageInfoImageManager. getImageInfo(java.lang.String uri, ImageSessionContext session)Returns an ImageInfo object containing its intrinsic size for a given URI.ImageInfoImageManager. preloadImage(java.lang.String uri, javax.xml.transform.Source src)Preloads an image, i.e.ImageInfoImageManager. preloadImage(java.lang.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 ImageException Modifier and Type Method Description ImageInfoImageCache. needImageInfo(java.lang.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 ImageException Modifier and Type Method Description ImageImageConverterRendered2PNG. convert(Image src, java.util.Map hints)Converts an image into a different representation.ImageAbstractImageLoader. loadImage(ImageInfo info, ImageSessionContext session)Loads and returns an image.ImageCompositeImageLoader. loadImage(ImageInfo info, java.util.Map hints, ImageSessionContext session)Loads and returns an image.ImageImageLoaderEPS. loadImage(ImageInfo info, java.util.Map hints, ImageSessionContext session)Loads and returns an image.ImageImageLoaderInternalTIFF. loadImage(ImageInfo info, java.util.Map hints, ImageSessionContext session)Loads and returns an image.ImageImageLoaderPNG. loadImage(ImageInfo info, java.util.Map hints, ImageSessionContext session)Loads and returns an image.ImageImageLoaderRaw. loadImage(ImageInfo info, java.util.Map hints, ImageSessionContext session)Loads and returns an image.ImageImageLoaderRawCCITTFax. loadImage(ImageInfo info, java.util.Map hints, ImageSessionContext session)Loads and returns an image.ImageImageLoaderRawJPEG. loadImage(ImageInfo info, java.util.Map hints, ImageSessionContext session)Loads and returns an image.ImageImageLoaderRawPNG. loadImage(ImageInfo info, java.util.Map hints, ImageSessionContext session)Loads and returns an image.ImageInfoPreloaderBMP. preloadImage(java.lang.String uri, javax.xml.transform.Source src, ImageContext context)"Preloads" an image, i.e.ImageInfoPreloaderEMF. preloadImage(java.lang.String uri, javax.xml.transform.Source src, ImageContext context)"Preloads" an image, i.e.ImageInfoPreloaderJPEG. preloadImage(java.lang.String uri, javax.xml.transform.Source src, ImageContext context)"Preloads" an image, i.e.ImageInfoPreloaderRawPNG. preloadImage(java.lang.String uri, javax.xml.transform.Source src, ImageContext context)ImageInfoPreloaderTIFF. preloadImage(java.lang.String uri, javax.xml.transform.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 ImageException Modifier and Type Method Description ImageImageLoaderImageIO. loadImage(ImageInfo info, java.util.Map hints, ImageSessionContext session)Loads and returns an image.ImageInfoPreloaderImageIO. preloadImage(java.lang.String uri, javax.xml.transform.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 ImageException Modifier and Type Method Description ImageImageProviderPipeline. execute(ImageInfo info, java.util.Map hints, ImageSessionContext context)Executes the image converter pipeline.ImageImageProviderPipeline. execute(ImageInfo info, Image originalImage, java.util.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 ImageException Modifier and Type Method Description ImageImageConverter. convert(Image src, java.util.Map hints)Converts an image into a different representation.ImageImageLoader. loadImage(ImageInfo info, java.util.Map hints, ImageSessionContext session)Loads and returns an image.ImageImageLoader. loadImage(ImageInfo info, ImageSessionContext session)Loads and returns an image.ImageInfoImagePreloader. preloadImage(java.lang.String originalURI, javax.xml.transform.Source src, ImageContext context)"Preloads" an image, i.e.
-