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 classCompositeImageLoaderComposite ImageLoader implementation in order to provide fallbacks when one ImageLoader fails due to some limitation.classImageLoaderEPSImageLoader for EPS (Encapsulated PostScript) images.classImageLoaderInternalTIFFAn ImageLoader implementation based on Commons' internal TIFF codec.classImageLoaderPNGclassImageLoaderRawImageLoader for formats consumed "raw" (undecoded).classImageLoaderRawCCITTFaxImageLoader for CCITT group 3 and 4 images consumed "raw" (undecoded).classImageLoaderRawJPEGImageLoader for JPEG images consumed "raw" (undecoded).classImageLoaderRawPNG -
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 classImageLoaderImageIOAn ImageLoader implementation based on ImageIO for loading bitmap images.
-