Uses of Class
org.scilab.forge.jlatexmath.TeXIcon
-
Packages that use TeXIcon Package Description org.scilab.forge.jlatexmath -
-
Uses of TeXIcon in org.scilab.forge.jlatexmath
Methods in org.scilab.forge.jlatexmath that return TeXIcon Modifier and Type Method Description TeXIcon
TeXFormula.TeXIconBuilder. build()
Create a TeXIcon from the information gathered by the (chained) setXXX() methods.TeXIcon
TeXFormula. createTeXIcon(int style, float size)
Creates a TeXIcon from this TeXFormula using the default TeXFont in the given point size and starting from the given TeX style.TeXIcon
TeXFormula. createTeXIcon(int style, float size, boolean trueValues)
TeXIcon
TeXFormula. createTeXIcon(int style, float size, int type)
TeXIcon
TeXFormula. createTeXIcon(int style, float size, int widthUnit, float textwidth, int align)
TeXIcon
TeXFormula. createTeXIcon(int style, float size, int widthUnit, float textwidth, int align, int interlineUnit, float interline)
TeXIcon
TeXFormula. createTeXIcon(int style, float size, int type, int widthUnit, float textwidth, int align)
TeXIcon
TeXFormula. createTeXIcon(int style, float size, int type, int widthUnit, float textwidth, int align, int interlineUnit, float interline)
TeXIcon
TeXFormula. createTeXIcon(int style, float size, int type, java.awt.Color fgcolor)
-