Package net.sourceforge.plantuml.math
Interface ScientificEquation
- All Known Implementing Classes:
AsciiMath
,LatexBuilder
public interface ScientificEquation
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDimension
XDimension2D getDimension() -
getSvg
UImageSvg getSvg(double scale, Color foregroundColor, Color backgroundColor) throws ClassNotFoundException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, InstantiationException, IOException -
getImage
MutableImage getImage(Color foregroundColor, Color backgroundColor) throws ClassNotFoundException, NoSuchMethodException, SecurityException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException -
getSource
String getSource()
-