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

T

TeXConstants - Class in be.ugent.caagt.jmathtex
The collection of constants that can be used in the methods of the classes of this package.
TeXConstants() - Constructor for class be.ugent.caagt.jmathtex.TeXConstants
 
TeXFormula - Class in be.ugent.caagt.jmathtex
Represents a logical mathematical formula that will be displayed (by creating a TeXIcon from it and painting it) using algorithms that are based on the TeX algorithms.
TeXFormula() - Constructor for class be.ugent.caagt.jmathtex.TeXFormula
Creates an empty TeXFormula.
TeXFormula(List<TeXFormula>) - Constructor for class be.ugent.caagt.jmathtex.TeXFormula
Creates a new TeXFormula from a list of TeXFormula objects.
TeXFormula(String) - Constructor for class be.ugent.caagt.jmathtex.TeXFormula
Creates a new TeXFormula by parsing the given string (using a primitive TeX parser).
TeXFormula(TeXFormula) - Constructor for class be.ugent.caagt.jmathtex.TeXFormula
Creates a new TeXFormula that is a copy of the given TeXFormula.
TeXIcon - Class in be.ugent.caagt.jmathtex
An Icon implementation that will paint the TeXFormula that created it.
TeXIcon(Box, float) - Constructor for class be.ugent.caagt.jmathtex.TeXIcon
Creates a new icon that will paint the given formula box in the given point size.
TextStyleMappingNotFoundException - Exception in be.ugent.caagt.jmathtex
Signals a missing text style mapping.
TextStyleMappingNotFoundException(String) - Constructor for exception be.ugent.caagt.jmathtex.TextStyleMappingNotFoundException
 
TYPE_ACCENT - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Symbol type: accent, e.g.
TYPE_BIG_OPERATOR - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Symbol/Atom type: big operator (= large operator), e.g.
TYPE_BINARY_OPERATOR - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Symbol/Atom type: binary operator, e.g.
TYPE_CLOSING - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Symbol/Atom type: closing symbol, e.g.
TYPE_INNER - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Atom type: inner atom (NOT FOR SYMBOLS!!!)
TYPE_OPENING - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Symbol/Atom type: opening symbol, e.g.
TYPE_ORDINARY - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Symbol/Atom type: ordinary symbol, e.g.
TYPE_PUNCTUATION - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Symbol/Atom type: punctuation symbol, e.g.
TYPE_RELATION - Static variable in class be.ugent.caagt.jmathtex.TeXConstants
Symbol/Atom type: relation, e.g.

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