Class PreloaderMathML

java.lang.Object
org.apache.xmlgraphics.image.loader.impl.AbstractImagePreloader
net.sourceforge.jeuclid.xmlgraphics.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 final float
    Convert from point to millipoint.

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

    DEFAULT_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default Constructor.
  • 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

    • MPT_FACTOR

      public static final float MPT_FACTOR
      Convert from point to millipoint.
      See Also:
  • Constructor Details

    • PreloaderMathML

      public PreloaderMathML()
      Default Constructor.
  • Method Details

    • preloadImage

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