Class ImageLoaderFactorySVG

  • All Implemented Interfaces:
    org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory

    public class ImageLoaderFactorySVG
    extends org.apache.xmlgraphics.image.loader.impl.AbstractImageLoaderFactory
    Factory class for the ImageLoader for SVG.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.xmlgraphics.image.loader.ImageFlavor[] getSupportedFlavors​(java.lang.String mime)
      java.lang.String[] getSupportedMIMETypes()
      boolean isAvailable()
      org.apache.xmlgraphics.image.loader.spi.ImageLoader newImageLoader​(org.apache.xmlgraphics.image.loader.ImageFlavor targetFlavor)
      • Methods inherited from class org.apache.xmlgraphics.image.loader.impl.AbstractImageLoaderFactory

        getUsagePenalty, isSupported
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageLoaderFactorySVG

        public ImageLoaderFactorySVG()
    • Method Detail

      • getSupportedMIMETypes

        public java.lang.String[] getSupportedMIMETypes()
      • getSupportedFlavors

        public org.apache.xmlgraphics.image.loader.ImageFlavor[] getSupportedFlavors​(java.lang.String mime)
      • newImageLoader

        public org.apache.xmlgraphics.image.loader.spi.ImageLoader newImageLoader​(org.apache.xmlgraphics.image.loader.ImageFlavor targetFlavor)
      • isAvailable

        public boolean isAvailable()