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 classArrayOfAtomsFields 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. predefinedTeXFormulasMethods in org.scilab.forge.jlatexmath that return TeXFormula Modifier and Type Method Description TeXFormulaTeXFormula. add(java.lang.String s)Parses the given string and inserts the resulting formula at the end of the current TeXFormula.TeXFormulaTeXFormula. add(Atom el)Inserts an atom at the end of the current formulaTeXFormulaTeXFormula. add(TeXFormula f)Inserts the given TeXFormula at the end of the current TeXFormula.TeXFormulaTeXFormula. 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.TeXFormulaTeXFormula. 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.TeXFormulaTeXFormula. 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.TeXFormulaTeXFormula. append(boolean isPartial, java.lang.String s)TeXFormulaTeXFormula. append(java.lang.String s)TeXFormulaTeXFormula. centerOnAxis()Centers the current TeXformula vertically on the axis (defined by the parameter "axisheight" in the resource "DefaultTeXFont.xml".static TeXFormulaTeXFormula. get(java.lang.String name)Get a predefined TeXFormula.static TeXFormulaTeXFormula. getAsText(java.lang.String text, int alignment)static TeXFormulaTeXFormula. getPartialTeXFormula(java.lang.String formula)TeXFormulaTeXFormula. setBackground(java.awt.Color c)Changes the background color of the current TeXFormula into the given color.TeXFormulaTeXFormula. setColor(java.awt.Color c)Changes the (foreground) color of the current TeXFormula into the given color.TeXFormulaTeXFormula. 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 TeXFormulaTeXFormula. 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
-