Uses of Class
org.scilab.forge.jlatexmath.TeXFormula
Packages that use TeXFormula
-
Uses of TeXFormula in org.scilab.forge.jlatexmath
Subclasses of TeXFormula in org.scilab.forge.jlatexmathFields in org.scilab.forge.jlatexmath with type parameters of type TeXFormulaMethods in org.scilab.forge.jlatexmath that return TeXFormulaModifier and TypeMethodDescriptionParses the given string and inserts the resulting formula at the end of the current TeXFormula.Inserts an atom at the end of the current formulaTeXFormula.add
(TeXFormula f) Inserts the given TeXFormula at the end of the current 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.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.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.centerOnAxis()
Centers the current TeXformula vertically on the axis (defined by the parameter "axisheight" in the resource "DefaultTeXFont.xml".static TeXFormula
Get a predefined TeXFormula.static TeXFormula
static TeXFormula
TeXFormula.getPartialTeXFormula
(String formula) TeXFormula.setBackground
(Color c) Changes the background color of the current TeXFormula into the given color.Changes the (foreground) color of the current TeXFormula into the given color.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 TeXFormulaModifier and TypeMethodDescriptionTeXFormula.add
(TeXFormula f) Inserts the given TeXFormula at the end of the current TeXFormula.Constructors in org.scilab.forge.jlatexmath with parameters of type TeXFormulaModifierConstructorDescriptionAccentedAtom
(Atom base, TeXFormula acc) Creates an AccentedAtom from a base atom and an accent symbol defined as a TeXFormula.Creates a new TeXFormula that is a copy of the given TeXFormula.TeXParser
(boolean isPartial, String parseString, TeXFormula formula) Create a new TeXParserTeXParser
(boolean isPartial, String parseString, TeXFormula formula, boolean firstpass) Create a new TeXParser with or without a first passTeXParser
(boolean isPartial, 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
(String parseString, TeXFormula formula) Create a new TeXParserTeXParser
(String parseString, TeXFormula formula, boolean firstpass) Create a new TeXParser with or without a first passTeXParser
(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