Class PreloaderWMF.Loader

  • Enclosing class:
    PreloaderWMF

    private final class PreloaderWMF.Loader
    extends java.lang.Object
    This method is put in another class so that the class loader does not attempt to load Batik related classes when constructing the WMFPreloader class.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Loader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private org.apache.xmlgraphics.image.loader.ImageInfo getImage​(java.lang.String uri, javax.xml.transform.Source src, org.apache.xmlgraphics.image.loader.ImageContext context)  
      • Methods inherited from class java.lang.Object

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

      • Loader

        private Loader()
    • Method Detail

      • getImage

        private org.apache.xmlgraphics.image.loader.ImageInfo getImage​(java.lang.String uri,
                                                                       javax.xml.transform.Source src,
                                                                       org.apache.xmlgraphics.image.loader.ImageContext context)