A B C D E F G I J M N O P R S T U

A

add(String) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given string and inserts the resulting formula at the end of the current TeXFormula.
add(TeXFormula) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Inserts the given TeXFormula at the end of the current TeXFormula.
addAcc(String, String) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given string(s) into a TeXFormula, puts the given accent above it and inserts the result at the end of the current TeXFormula.
addAcc(TeXFormula, String) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Puts the given accent above the given TeXFormula and inserts the result at the end of the current TeXFormula.
addAcc(TeXFormula, TeXFormula) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Puts the given accent TeXFormula (that must represent a single accent symbol!) above the given base TeXFormula and inserts the result at the end of the current TeXFormula.
addEmbraced(String, char, char) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given string into a TeXFormula, surrounds it with the given delimiters and inserts the result at the end of the current TeXformula.
addEmbraced(String, String, String) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given string(s) into a TeXFormula, surrounds it with the given delimiters (if not null) and inserts the result at the end of the current TeXFormula.
addEmbraced(TeXFormula, char, char) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Surrounds the given TeXFormula with the given delimiters and inserts the result at the end of the current TeXformula.
addEmbraced(TeXFormula, String, String) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Surrounds the given TeXFormula with the given delimiters (if not null) and inserts the result at the end of the current TeXFormula.
addFraction(String, String, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given strings into TeXFormula's that will represent the numerator (num) and the denominator (denom) of a fraction, draws a line between them depending on "rule" and inserts the result at the end of the current TeXFormula.
addFraction(String, String, boolean, int, int) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given strings into TeXFormula's that will represent the numerator (num) and denominator (denom) of a fraction, draws a line between them depending on "rule", aligns the numerator and denominator in comparison with each other (indicated by numAlign and denomAlign) and inserts the result at the end of the current TeXFormula.
addFraction(String, TeXFormula, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given string into a TeXFormula that will represent the numerator of a fraction, uses the given TeXFormula as the denominator of this fraction, draws a line between them depending on "rule" and inserts the result at the end of the current TeXFormula.
addFraction(TeXFormula, String, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given string into a TeXFormula that will represent the denominator of a fraction, uses the given TeXFormula as the numerator of this fraction, draws a line between them depending on "rule" and inserts the result at the end of the current TeXFormula.
addFraction(TeXFormula, TeXFormula, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Uses the given TeXFormula's as the numerator (num) and denominator (denom) of a fraction, draws a line between them depending on "rule" and inserts the result at the end of the current TeXFormula.
addFraction(TeXFormula, TeXFormula, boolean, int, int) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Uses the given TeXFormula's as the numerator (num) and denominator (denom) of a fraction, draws a line between them depending on "rule", aligns the numerator and denominator in comparison with each other (indicated by numAlign and denomAlign) and inserts the result at the end of the current TeXFormula.
addNthRoot(String, String) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given strings into TeXFormula's, puts them under a root sign (base) and in the upper left corner over this root sign (nthRoot) and inserts the result at the end of the current TeXFormula.
addNthRoot(String, TeXFormula) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given string into a TeXFormula, puts it under a root sign, puts the given TeXFormula in the upper left corner over this root sign and inserts the result at the end of the current TeXFormula.
addNthRoot(TeXFormula, String) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given string into a TeXFormula, puts it in the upper left corner over the root sign, puts the given TeXFormula under this root sign and inserts the result at the end of the current TeXFormula.
addNthRoot(TeXFormula, TeXFormula) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Puts the given TeXFormula's under a root sign (base) and in the upper left corner over this root sign (nthRoot) and inserts the result at the end of the current TeXFormula.
addOp(String, String, String) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given strings into TeXFormula's that will represent a "big operator" (op), it's lower (low) and upper (up) bound, and inserts the result at the end of the current TeXFormula.
addOp(String, String, String, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given strings into TeXFormula's that will represent a "big operator" (op), it's lower (low) and upper (up) bound, and inserts the result at the end of the current TeXFormula.
addOp(TeXFormula, TeXFormula, TeXFormula) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Uses the given TeXFormula's as a "big operator" (op), it's lower (low) and upper (up) bound, and inserts the result at the end of the current TeXFormula.
addOp(TeXFormula, TeXFormula, TeXFormula, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Uses the given TeXFormula's as a "big operator" (op), it's lower (low) and upper (up) bound, and inserts the result at the end of the current TeXFormula.
addPhantom(String) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given string into a phantom TeXFormula and inserts the result at the end of the current TeXFormula.
addPhantom(String, boolean, boolean, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given string into a phantom TeXFormula and inserts the result at the end of the current TeXFormula.
addPhantom(TeXFormula) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Inserts the given TeXFormula as a phantom TeXFormula at the end of the current TeXFormula.
addPhantom(TeXFormula, boolean, boolean, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Inserts the given TeXFormula as a phantom TeXFormula at the end of the current TeXFormula.
addSqrt(String) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given string into a TeXFormula that will be displayed under a root sign and inserts the result at the end of the current TeXFormula.
addSqrt(TeXFormula) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Displays the given TeXFormula under a root sign and inserts the result at the end of the current TeXFormula.
addStrut(int, float, float, float) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Inserts a strut box (whitespace) with the given width, height and depth (in the given unit) at the end of the current TeXFormula.
addStrut(int, float, int, float, int, float) - Method in class be.ugent.caagt.jmathtex.TeXFormula
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.
addSymbol(String) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Inserts the symbol with the given name at the end of the current TeXFormula.
addSymbol(String, int) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Inserts the symbol with the given name at the end of the current TeXFormula as a symbol of the given symbol type.
ALIGN_BOTTOM - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Alignment constant: extra space will be added above the formula
ALIGN_CENTER - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Alignment constant: the formula will be centered in the middle.
ALIGN_LEFT - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Alignment constant: extra space will be added to the right of the formula
ALIGN_RIGHT - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Alignment constant: extra space will be added to the left of the formula
ALIGN_TOP - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Alignment constant: extra space will be added under the formula

A B C D E F G I J M N O P R S T U