Uses of Class
org.apache.xmlgraphics.image.loader.impl.AbstractImageLoaderFactory
-
Packages that use AbstractImageLoaderFactory 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 AbstractImageLoaderFactory in org.apache.xmlgraphics.image.loader.impl
Subclasses of AbstractImageLoaderFactory in org.apache.xmlgraphics.image.loader.impl Modifier and Type Class Description classImageLoaderFactoryEPSFactory class for the ImageLoader for EPS (Encapsulated PostScript) images.classImageLoaderFactoryInternalTIFFFactory class for the ImageLoader for TIFF (based on Commons' internal TIFF codec).classImageLoaderFactoryPNGclassImageLoaderFactoryRawFactory class for the ImageLoader for raw/undecoded images.classImageLoaderFactoryRawCCITTFaxFactory class for the ImageLoader for raw/undecoded CCITT encoded images. -
Uses of AbstractImageLoaderFactory in org.apache.xmlgraphics.image.loader.impl.imageio
Subclasses of AbstractImageLoaderFactory in org.apache.xmlgraphics.image.loader.impl.imageio Modifier and Type Class Description classImageLoaderFactoryImageIOFactory class for the ImageLoader based on ImageIO.
-