public class ScientificEquationSafe extends Object
| Modifier and Type | Method and Description |
|---|---|
ImageData |
export(OutputStream os,
FileFormatOption fileFormat,
float scale,
Color foregroundColor,
Color backgroundColor) |
static ScientificEquationSafe |
fromAsciiMath(String formula) |
static ScientificEquationSafe |
fromLatex(String formula) |
BufferedImage |
getImage(double scale,
Color foregroundColor,
Color backgroundColor) |
SvgString |
getSvg(double scale,
Color foregroundColor,
Color backgroundColor) |
public static ScientificEquationSafe fromAsciiMath(String formula)
public static ScientificEquationSafe fromLatex(String formula)
public BufferedImage getImage(double scale, Color foregroundColor, Color backgroundColor)
public ImageData export(OutputStream os, FileFormatOption fileFormat, float scale, Color foregroundColor, Color backgroundColor) throws IOException
IOExceptionCopyright © 2017. All rights reserved.