Class MathViewer


  • public final class MathViewer
    extends java.lang.Object
    A simple application for viewing MathML documents.
    Version:
    $Revision: 82b869fad581 $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean OSX
      Set to true if we're running under Mac OS X.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Launches this application.
      • Methods inherited from class java.lang.Object

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

      • OSX

        public static final boolean OSX
        Set to true if we're running under Mac OS X.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Launches this application.
        Parameters:
        args - command line arguments. Ignored.