public class AsciiMath extends Object implements ScientificEquation
| Modifier and Type | Method and Description |
|---|---|
Dimension2D |
getDimension() |
BufferedImage |
getImage(double scale,
Color foregroundColor,
Color backgroundColor) |
String |
getSource() |
SvgString |
getSvg(double scale,
Color foregroundColor,
Color backgroundColor) |
public AsciiMath(String form) throws javax.script.ScriptException, NoSuchMethodException
javax.script.ScriptExceptionNoSuchMethodExceptionpublic Dimension2D getDimension()
getDimension in interface ScientificEquationpublic SvgString getSvg(double scale, Color foregroundColor, Color backgroundColor) throws ClassNotFoundException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, InstantiationException, IOException
public BufferedImage getImage(double scale, Color foregroundColor, Color backgroundColor) throws ClassNotFoundException, NoSuchMethodException, SecurityException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
public String getSource()
getSource in interface ScientificEquationCopyright © 2017. All rights reserved.