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 TypeClassDescriptionclass
Composite ImageLoader implementation in order to provide fallbacks when one ImageLoader fails due to some limitation.class
ImageLoader for EPS (Encapsulated PostScript) images.class
An ImageLoader implementation based on Commons' internal TIFF codec.class
class
ImageLoader for formats consumed "raw" (undecoded).class
ImageLoader for CCITT group 3 and 4 images consumed "raw" (undecoded).class
ImageLoader 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 TypeClassDescriptionclass
An ImageLoader implementation based on ImageIO for loading bitmap images.