Package | Description |
---|---|
org.scilab.forge.jlatexmath |
Modifier and Type | Method and Description |
---|---|
TeXFormula.TeXIconBuilder |
TeXFormula.TeXIconBuilder.setFGColor(java.awt.Color fgcolor)
Specify the background color for rendering the given TeXFormula
|
TeXFormula.TeXIconBuilder |
TeXFormula.TeXIconBuilder.setInterLineSpacing(int interLineUnit,
float interLineSpacing)
Specify the inter line spacing unit and value.
|
TeXFormula.TeXIconBuilder |
TeXFormula.TeXIconBuilder.setIsMaxWidth(boolean isMaxWidth)
Specifies whether the width is the exact or the maximum width
|
TeXFormula.TeXIconBuilder |
TeXFormula.TeXIconBuilder.setSize(float size)
Specify the font size for rendering the given TeXFormula
|
TeXFormula.TeXIconBuilder |
TeXFormula.TeXIconBuilder.setStyle(int style)
Specify the style for rendering the given TeXFormula
|
TeXFormula.TeXIconBuilder |
TeXFormula.TeXIconBuilder.setTrueValues(boolean trueValues)
Specify the "true values" parameter for rendering the given TeXFormula
|
TeXFormula.TeXIconBuilder |
TeXFormula.TeXIconBuilder.setType(int type)
Specify the font type for rendering the given TeXFormula
|
TeXFormula.TeXIconBuilder |
TeXFormula.TeXIconBuilder.setWidth(int widthUnit,
float textWidth,
int align)
Specify the width of the formula (may be exact or maximum width, see
setIsMaxWidth(boolean) ) |