Package net.sourceforge.plantuml.math
Class AsciiMath
java.lang.Object
net.sourceforge.plantuml.math.AsciiMath
- All Implemented Interfaces:
ScientificEquation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AsciiMath
- Throws:
ScriptException
NoSuchMethodException
-
-
Method Details
-
getDimension
- Specified by:
getDimension
in interfaceScientificEquation
-
getSvg
public UImageSvg getSvg(double scale, Color foregroundColor, Color backgroundColor) throws ClassNotFoundException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, InstantiationException, IOException -
getImage
public MutableImage getImage(Color foregroundColor, Color backgroundColor) throws ClassNotFoundException, NoSuchMethodException, SecurityException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException -
getSource
- Specified by:
getSource
in interfaceScientificEquation
-