Package net.sourceforge.plantuml.math
Interface ScientificEquation
-
- All Known Implementing Classes:
AsciiMath
,LatexBuilder
public interface ScientificEquation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dimension2D
getDimension()
MutableImage
getImage(Color foregroundColor, Color backgroundColor)
String
getSource()
UImageSvg
getSvg(double scale, Color foregroundColor, Color backgroundColor)
-
-
-
Method Detail
-
getDimension
Dimension2D 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()
-
-