Uses of Interface
org.apache.xmlgraphics.image.loader.Image
-
Packages that use Image 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 Image in org.apache.xmlgraphics.image.loader
Methods in org.apache.xmlgraphics.image.loader that return Image 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.ImageImageInfo. getOriginalImage()Returns the original Image instance if such an Image instance is created while building this ImageInfo object.Methods in org.apache.xmlgraphics.image.loader with parameters of type Image 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. -
Uses of Image in org.apache.xmlgraphics.image.loader.cache
Methods in org.apache.xmlgraphics.image.loader.cache that return Image Modifier and Type Method Description ImageImageCache. getImage(java.lang.String uri, ImageFlavor flavor)Returns an image from the cache or null if it wasn't found.ImageImageCache. getImage(ImageInfo info, ImageFlavor flavor)Returns an image from the cache or null if it wasn't found.Methods in org.apache.xmlgraphics.image.loader.cache with parameters of type Image Modifier and Type Method Description voidImageCache. putImage(Image img)Registers an image with the cache. -
Uses of Image in org.apache.xmlgraphics.image.loader.impl
Classes in org.apache.xmlgraphics.image.loader.impl that implement Image Modifier and Type Class Description classAbstractImageAbstract base class for Image implementations.classImageBufferedThis class is an implementation of the Image interface exposing a BufferedImage.classImageGraphics2DThis class is an implementation of the Image interface exposing a Graphics2DImagePainter.classImageRawCCITTFaxThis class is an implementation of the Image interface exposing a 1-bit bitmap image stream that can be decoded by the PostScript or PDF CCITTFaxDecode filter.classImageRawEPSThis class is an implementation of the Image interface exposing EPS file.classImageRawJPEGThis class is an implementation of the Image interface exposing a JPEG file.classImageRawPNGclassImageRawStreamThis class is an implementation of the Image interface exposing an InputStream for loading the raw/undecoded image.classImageRenderedThis class is an implementation of the Image interface exposing a RenderedImage.classImageXMLDOMThis class is an implementation of the Image interface exposing an XML DOM (W3C).Methods in org.apache.xmlgraphics.image.loader.impl that return Image Modifier and Type Method Description ImageImageConverterBitmap2G2D. convert(Image src, java.util.Map hints)Converts an image into a different representation.ImageImageConverterBuffered2Rendered. convert(Image src, java.util.Map hints)Converts an image into a different representation.ImageImageConverterG2D2Bitmap. convert(Image src, java.util.Map hints)Converts an image into a different representation.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.Methods in org.apache.xmlgraphics.image.loader.impl with parameters of type Image Modifier and Type Method Description protected voidAbstractImageConverter. checkSourceFlavor(Image img)Checks if the source flavor of the given image is compatible with this ImageConverter.ImageImageConverterBitmap2G2D. convert(Image src, java.util.Map hints)Converts an image into a different representation.ImageImageConverterBuffered2Rendered. convert(Image src, java.util.Map hints)Converts an image into a different representation.ImageImageConverterG2D2Bitmap. convert(Image src, java.util.Map hints)Converts an image into a different representation.ImageImageConverterRendered2PNG. convert(Image src, java.util.Map hints)Converts an image into a different representation. -
Uses of Image in org.apache.xmlgraphics.image.loader.impl.imageio
Methods in org.apache.xmlgraphics.image.loader.impl.imageio that return Image Modifier and Type Method Description ImageImageLoaderImageIO. loadImage(ImageInfo info, java.util.Map hints, ImageSessionContext session)Loads and returns an image. -
Uses of Image in org.apache.xmlgraphics.image.loader.pipeline
Methods in org.apache.xmlgraphics.image.loader.pipeline that return Image 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.protected ImageImageProviderPipeline. forceCaching(Image img)In some cases the provided Image is not cacheable, nor is any of the intermediate Image instances (for example, when loading a raw JPEG file).Methods in org.apache.xmlgraphics.image.loader.pipeline with parameters of type Image Modifier and Type Method Description ImageProviderPipeline[]PipelineFactory. determineCandidatePipelines(Image sourceImage, ImageFlavor[] flavors)Finds and returns an array ofImageProviderPipelineinstances which can handle the convert the givenImageand return one of the givenImageFlavors.ImageImageProviderPipeline. execute(ImageInfo info, Image originalImage, java.util.Map hints, ImageSessionContext context)Executes the image converter pipeline.protected ImageImageProviderPipeline. forceCaching(Image img)In some cases the provided Image is not cacheable, nor is any of the intermediate Image instances (for example, when loading a raw JPEG file).ImageProviderPipelinePipelineFactory. newImageConverterPipeline(Image originalImage, ImageFlavor targetFlavor)Creates and returns anImageProviderPipelinethat allows to load an image of the given MIME type and present it in the requested image flavor. -
Uses of Image in org.apache.xmlgraphics.image.loader.spi
Methods in org.apache.xmlgraphics.image.loader.spi that return Image 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.Methods in org.apache.xmlgraphics.image.loader.spi with parameters of type Image Modifier and Type Method Description ImageImageConverter. convert(Image src, java.util.Map hints)Converts an image into a different representation.
-