Uses of Class
org.apache.xmlgraphics.image.loader.impl.AbstractImageLoader
-
Packages that use AbstractImageLoader Package Description 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. -
-
Uses of AbstractImageLoader in org.apache.xmlgraphics.image.loader.impl
Subclasses of AbstractImageLoader in org.apache.xmlgraphics.image.loader.impl Modifier and Type Class Description class
CompositeImageLoader
Composite ImageLoader implementation in order to provide fallbacks when one ImageLoader fails due to some limitation.class
ImageLoaderEPS
ImageLoader for EPS (Encapsulated PostScript) images.class
ImageLoaderInternalTIFF
An ImageLoader implementation based on Commons' internal TIFF codec.class
ImageLoaderPNG
class
ImageLoaderRaw
ImageLoader for formats consumed "raw" (undecoded).class
ImageLoaderRawCCITTFax
ImageLoader for CCITT group 3 and 4 images consumed "raw" (undecoded).class
ImageLoaderRawJPEG
ImageLoader for JPEG images consumed "raw" (undecoded).class
ImageLoaderRawPNG
-
Uses of AbstractImageLoader in org.apache.xmlgraphics.image.loader.impl.imageio
Subclasses of AbstractImageLoader in org.apache.xmlgraphics.image.loader.impl.imageio Modifier and Type Class Description class
ImageLoaderImageIO
An ImageLoader implementation based on ImageIO for loading bitmap images.
-