Package net.sourceforge.plantuml.math
Class AsciiMath
- java.lang.Object
-
- net.sourceforge.plantuml.math.AsciiMath
-
- All Implemented Interfaces:
ScientificEquation
public class AsciiMath extends Object implements ScientificEquation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2D
getDimension()
MutableImage
getImage(Color foregroundColor, Color backgroundColor)
String
getSource()
UImageSvg
getSvg(double scale, Color foregroundColor, Color backgroundColor)
-
-
-
Constructor Detail
-
AsciiMath
public AsciiMath(String form) throws ScriptException, NoSuchMethodException
- Throws:
ScriptException
NoSuchMethodException
-
-
Method Detail
-
getDimension
public XDimension2D getDimension()
- Specified by:
getDimension
in interfaceScientificEquation
-
getSvg
public UImageSvg getSvg(double scale, Color foregroundColor, Color backgroundColor) throws ClassNotFoundException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, InstantiationException, IOException
-
getImage
public MutableImage getImage(Color foregroundColor, Color backgroundColor) throws ClassNotFoundException, NoSuchMethodException, SecurityException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
getSource
public String getSource()
- Specified by:
getSource
in interfaceScientificEquation
-
-