Class PreloaderMathML

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

    public class PreloaderMathML
    extends org.apache.xmlgraphics.image.loader.impl.AbstractImagePreloader
    Version:
    $Revision: 32023847f457 $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static float MPT_FACTOR
      Convert from point to millipoint.
      • Fields inherited from interface org.apache.xmlgraphics.image.loader.spi.ImagePreloader

        DEFAULT_PRIORITY
    • Constructor Summary

      Constructors 
      Constructor Description
      PreloaderMathML()
      Default Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.xmlgraphics.image.loader.ImageInfo preloadImage​(java.lang.String uri, javax.xml.transform.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 Detail

      • MPT_FACTOR

        public static final float MPT_FACTOR
        Convert from point to millipoint.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PreloaderMathML

        public PreloaderMathML()
        Default Constructor.
    • Method Detail

      • preloadImage

        public org.apache.xmlgraphics.image.loader.ImageInfo preloadImage​(java.lang.String uri,
                                                                          javax.xml.transform.Source src,
                                                                          org.apache.xmlgraphics.image.loader.ImageContext context)
                                                                   throws org.apache.xmlgraphics.image.loader.ImageException,
                                                                          java.io.IOException
        Throws:
        org.apache.xmlgraphics.image.loader.ImageException
        java.io.IOException