Uses of Class
org.scilab.forge.jlatexmath.TeXFormula

Uses of TeXFormula in org.scilab.forge.jlatexmath
 

Subclasses of TeXFormula in org.scilab.forge.jlatexmath
 class ArrayOfAtoms
           
 

Fields in org.scilab.forge.jlatexmath declared as TeXFormula
 TeXFormula TeXParser.formula
           
 

Fields in org.scilab.forge.jlatexmath with type parameters of type TeXFormula
static java.util.Map<java.lang.String,TeXFormula> TeXFormula.predefinedTeXFormulas
           
 

Methods in org.scilab.forge.jlatexmath that return TeXFormula
 TeXFormula TeXFormula.add(Atom el)
           
 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(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(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.
 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
 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
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(java.lang.String parseString, TeXFormula formula)
          Create a new TeXParser
TeXParser(java.lang.String parseString, TeXFormula formula, boolean firstpass)
          Create a new TeXParser with or without a first pass
TeXParser(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
 

Constructor parameters in org.scilab.forge.jlatexmath with type arguments of type TeXFormula
RowAtom(java.util.List<TeXFormula> l)
          Only used while parsing MathML.