Package net.sourceforge.plantuml.math
Class AsciiMath
java.lang.Object
net.sourceforge.plantuml.math.AsciiMath
- All Implemented Interfaces:
ScientificEquation
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AsciiMath
public AsciiMath(java.lang.String form) throws javax.script.ScriptException, java.lang.NoSuchMethodException - Throws:
javax.script.ScriptException
java.lang.NoSuchMethodException
-
-
Method Details
-
getDimension
- Specified by:
getDimension
in interfaceScientificEquation
-
getSvg
public UImageSvg getSvg(double scale, java.awt.Color foregroundColor, java.awt.Color backgroundColor) throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException, java.lang.NoSuchMethodException, java.lang.SecurityException, java.lang.InstantiationException, java.io.IOException - Specified by:
getSvg
in interfaceScientificEquation
- Throws:
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.IllegalArgumentException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException
java.lang.SecurityException
java.lang.InstantiationException
java.io.IOException
-
getImage
public MutableImage getImage(java.awt.Color foregroundColor, java.awt.Color backgroundColor) throws java.lang.ClassNotFoundException, java.lang.NoSuchMethodException, java.lang.SecurityException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException - Specified by:
getImage
in interfaceScientificEquation
- Throws:
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
java.lang.SecurityException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.IllegalArgumentException
java.lang.reflect.InvocationTargetException
-
getSource
public java.lang.String getSource()- Specified by:
getSource
in interfaceScientificEquation
-