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() |
String |
getSvg(Color foregroundColor,
Color backgroundColor) |
public LatexBuilder(String tex)
public Dimension2D getDimension()
getDimension
in interface ScientificEquation
public String getSvg(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 ScientificEquation
Copyright © 2017. All Rights Reserved.