public interface ScientificEquation
Modifier and Type | Method and Description |
---|---|
Dimension2D |
getDimension() |
BufferedImage |
getImage(double scale,
Color foregroundColor,
Color backgroundColor) |
String |
getSource() |
String |
getSvg(Color foregroundColor,
Color backgroundColor) |
Dimension2D getDimension()
String getSvg(Color foregroundColor, Color backgroundColor) throws ClassNotFoundException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, InstantiationException, IOException
BufferedImage getImage(double scale, Color foregroundColor, Color backgroundColor) throws ClassNotFoundException, NoSuchMethodException, SecurityException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
String getSource()
Copyright © 2017. All Rights Reserved.