Uses of Class
org.scilab.forge.jlatexmath.TeXFormula.TeXIconBuilder
Packages that use TeXFormula.TeXIconBuilder
-
Uses of TeXFormula.TeXIconBuilder in org.scilab.forge.jlatexmath
Methods in org.scilab.forge.jlatexmath that return TeXFormula.TeXIconBuilderModifier and TypeMethodDescriptionTeXFormula.TeXIconBuilder.setFGColor
(Color fgcolor) Specify the background color for rendering the given TeXFormulaTeXFormula.TeXIconBuilder.setInterLineSpacing
(int interLineUnit, float interLineSpacing) Specify the inter line spacing unit and value.TeXFormula.TeXIconBuilder.setIsMaxWidth
(boolean isMaxWidth) Specifies whether the width is the exact or the maximum widthTeXFormula.TeXIconBuilder.setSize
(float size) Specify the font size for rendering the given TeXFormulaTeXFormula.TeXIconBuilder.setStyle
(int style) Specify the style for rendering the given TeXFormulaTeXFormula.TeXIconBuilder.setTrueValues
(boolean trueValues) Specify the "true values" parameter for rendering the given TeXFormulaTeXFormula.TeXIconBuilder.setType
(int type) Specify the font type for rendering the given TeXFormulaTeXFormula.TeXIconBuilder.setWidth
(int widthUnit, float textWidth, int align) Specify the width of the formula (may be exact or maximum width, seesetIsMaxWidth(boolean)
)