Uses of Class
org.scilab.forge.jlatexmath.TeXFormula
-
Packages that use TeXFormula Package Description org.scilab.forge.jlatexmath -
-
Uses of TeXFormula in org.scilab.forge.jlatexmath
Subclasses of TeXFormula in org.scilab.forge.jlatexmath Modifier and Type Class Description class
ArrayOfAtoms
Fields in org.scilab.forge.jlatexmath with type parameters of type TeXFormula Modifier and Type Field Description static java.util.Map<java.lang.String,TeXFormula>
TeXFormula. predefinedTeXFormulas
Methods in org.scilab.forge.jlatexmath that return TeXFormula Modifier and Type Method Description TeXFormula
TeXFormula. add(java.lang.String s)
Parses the given string and inserts the resulting formula at the end of the current TeXFormula.TeXFormula
TeXFormula. add(Atom el)
Inserts an atom at the end of the current formulaTeXFormula
TeXFormula. add(TeXFormula f)
Inserts the given TeXFormula at the end of the current TeXFormula.TeXFormula
TeXFormula. addStrut(int type)
Inserts a strut box (whitespace) with the given width, height and depth (in the given unit) at the end of the current TeXFormula.TeXFormula
TeXFormula. addStrut(int unit, float width, float height, float depth)
Inserts a strut box (whitespace) with the given width, height and depth (in the given unit) at the end of the current TeXFormula.TeXFormula
TeXFormula. addStrut(int widthUnit, float width, int heightUnit, float height, int depthUnit, float depth)
Inserts a strut box (whitespace) with the given width (in widthUnits), height (in heightUnits) and depth (in depthUnits) at the end of the current TeXFormula.TeXFormula
TeXFormula. append(boolean isPartial, java.lang.String s)
TeXFormula
TeXFormula. append(java.lang.String s)
TeXFormula
TeXFormula. centerOnAxis()
Centers the current TeXformula vertically on the axis (defined by the parameter "axisheight" in the resource "DefaultTeXFont.xml".static TeXFormula
TeXFormula. get(java.lang.String name)
Get a predefined TeXFormula.static TeXFormula
TeXFormula. getAsText(java.lang.String text, int alignment)
static TeXFormula
TeXFormula. getPartialTeXFormula(java.lang.String formula)
TeXFormula
TeXFormula. setBackground(java.awt.Color c)
Changes the background color of the current TeXFormula into the given color.TeXFormula
TeXFormula. setColor(java.awt.Color c)
Changes the (foreground) color of the current TeXFormula into the given color.TeXFormula
TeXFormula. setFixedTypes(int leftType, int rightType)
Sets a fixed left and right type of the current TeXFormula.Methods in org.scilab.forge.jlatexmath with parameters of type TeXFormula Modifier and Type Method Description TeXFormula
TeXFormula. add(TeXFormula f)
Inserts the given TeXFormula at the end of the current TeXFormula.Constructors in org.scilab.forge.jlatexmath with parameters of type TeXFormula Constructor Description AccentedAtom(Atom base, TeXFormula acc)
Creates an AccentedAtom from a base atom and an accent symbol defined as a TeXFormula.TeXFormula(TeXFormula f)
Creates a new TeXFormula that is a copy of the given TeXFormula.TeXParser(boolean isPartial, java.lang.String parseString, TeXFormula formula)
Create a new TeXParserTeXParser(boolean isPartial, java.lang.String parseString, TeXFormula formula, boolean firstpass)
Create a new TeXParser with or without a first passTeXParser(boolean isPartial, java.lang.String parseString, TeXFormula formula, boolean firstpass, boolean space)
Create a new TeXParser which ignores or not the white spaces, it's useful for mbox commandTeXParser(java.lang.String parseString, TeXFormula formula)
Create a new TeXParserTeXParser(java.lang.String parseString, TeXFormula formula, boolean firstpass)
Create a new TeXParser with or without a first passTeXParser(java.lang.String parseString, TeXFormula formula, boolean firstpass, boolean space)
Create a new TeXParser which ignores or not the white spaces, it's useful for mbox command
-