Uses of Class
org.apache.xmlgraphics.image.loader.impl.AbstractImageLoader
Packages that use AbstractImageLoader
Package
Description
Contains implementations of image loaders and converters.
Contains an implementation of an image loader which uses ImageIO.
-
Uses of AbstractImageLoader in org.apache.xmlgraphics.image.loader.impl
Subclasses of AbstractImageLoader in org.apache.xmlgraphics.image.loader.implModifier and TypeClassDescriptionclassComposite ImageLoader implementation in order to provide fallbacks when one ImageLoader fails due to some limitation.classImageLoader for EPS (Encapsulated PostScript) images.classAn ImageLoader implementation based on Commons' internal TIFF codec.classclassImageLoader for formats consumed "raw" (undecoded).classImageLoader for CCITT group 3 and 4 images consumed "raw" (undecoded).classImageLoader for JPEG images consumed "raw" (undecoded).class -
Uses of AbstractImageLoader in org.apache.xmlgraphics.image.loader.impl.imageio
Subclasses of AbstractImageLoader in org.apache.xmlgraphics.image.loader.impl.imageioModifier and TypeClassDescriptionclassAn ImageLoader implementation based on ImageIO for loading bitmap images.