public class HLatexEq extends Object
| Constructor and Description |
|---|
HLatexEq(String latex)
Create image with the latex equiation.
|
HLatexEq(String latex,
int size)
Create image with the latex equiation.
|
HLatexEq(String latex,
int size,
Color foreground,
Color background)
Create image with the latex equiation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doc()
Show online documentation.
|
void |
export()
Export the image into PNG file with the name "equition.png".
|
void |
export(String filename)
Export the image into PNG file.
|
org.scilab.forge.jlatexmath.TeXFormula |
getEquation()
Get equation.
|
org.scilab.forge.jlatexmath.TeXIcon |
getIcon()
Get the icon.
|
public HLatexEq(String latex, int size, Color foreground, Color background)
latex - Latex equationsize - font sizeforeground - foreground colorbackground - background colorpublic HLatexEq(String latex, int size)
latex - Latex equationsize - font sizepublic HLatexEq(String latex)
latex - Latex equationpublic org.scilab.forge.jlatexmath.TeXFormula getEquation()
public org.scilab.forge.jlatexmath.TeXIcon getIcon()
public void export(String filename)
filename - output file name (with the extension png).public void export()
public void doc()
DMelt 2.0 © DataMelt by jWork.ORG