public class LatexBuilder extends Object implements ScientificEquation
| Constructor and Description |
|---|
LatexBuilder(String tex) |
| 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 LatexBuilder(String tex)
public 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.