Image getEquationImage(int pointSize, String bgColor)
|
Returns an AWT Image of the current equation rendered at the specified font point size and with the specified background color, which can either be of the form #rrggbb, #rgb, or a CSS color keyword, such as "blue".
|
Image getEquationImage(int pointSize, int dpi, String fgColor, String bgColor, String halignment, String valignment, int border, int breakwidth, int width, int height)
|
Returns an AWT Image of the current equation rendered with the specified properties.
|