Package net.sourceforge.plantuml.math
Class ScientificEquationSafe
java.lang.Object
net.sourceforge.plantuml.math.ScientificEquationSafe
public class ScientificEquationSafe
extends java.lang.Object
-
Method Summary
Modifier and TypeMethodDescriptionexport
(java.io.OutputStream os, FileFormatOption fileFormat, float scale, java.awt.Color foregroundColor, java.awt.Color backgroundColor) static ScientificEquationSafe
fromAsciiMath
(java.lang.String formula) static ScientificEquationSafe
fromLatex
(java.lang.String formula) final java.lang.String
getImage
(java.awt.Color foregroundColor, java.awt.Color backgroundColor) getSvg
(double scale, java.awt.Color foregroundColor, java.awt.Color backgroundColor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
fromAsciiMath
-
fromLatex
-
getSvg
public UImageSvg getSvg(double scale, java.awt.Color foregroundColor, java.awt.Color backgroundColor) -
getImage
-
export
public ImageData export(java.io.OutputStream os, FileFormatOption fileFormat, float scale, java.awt.Color foregroundColor, java.awt.Color backgroundColor) throws java.io.IOException - Throws:
java.io.IOException
-
getFormula
public final java.lang.String getFormula()
-