Class PreloaderWMF

java.lang.Object
org.apache.xmlgraphics.image.loader.impl.AbstractImagePreloader
org.apache.fop.image.loader.batik.PreloaderWMF
All Implemented Interfaces:
org.apache.xmlgraphics.image.loader.spi.ImagePreloader

public class PreloaderWMF extends org.apache.xmlgraphics.image.loader.impl.AbstractImagePreloader
Image preloader for WMF images (Windows Metafile).
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    private final class 
    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.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private boolean
     
    private static org.apache.commons.logging.Log
    Logger instance

    Fields inherited from interface org.apache.xmlgraphics.image.loader.spi.ImagePreloader

    DEFAULT_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.xmlgraphics.image.loader.ImageInfo
    preloadImage(String uri, Source src, org.apache.xmlgraphics.image.loader.ImageContext context)

    Methods inherited from class org.apache.xmlgraphics.image.loader.impl.AbstractImagePreloader

    getHeader, getPriority

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      private static org.apache.commons.logging.Log log
      Logger instance
    • batikAvailable

      private boolean batikAvailable
  • Constructor Details

    • PreloaderWMF

      public PreloaderWMF()
  • Method Details

    • preloadImage

      public org.apache.xmlgraphics.image.loader.ImageInfo preloadImage(String uri, Source src, org.apache.xmlgraphics.image.loader.ImageContext context) throws IOException
      Throws:
      IOException