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

Uses of SymbolAtom in org.scilab.forge.jlatexmath
 

Fields in org.scilab.forge.jlatexmath declared as SymbolAtom
 SymbolAtom BigDelimiterAtom.delim
           
 

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

Methods in org.scilab.forge.jlatexmath that return SymbolAtom
static SymbolAtom SymbolAtom.get(java.lang.String name)
          Looks up the name in the table and returns the corresponding SymbolAtom representing the symbol (if it's found).
 

Methods in org.scilab.forge.jlatexmath that return types with arguments of type SymbolAtom
 java.util.Map<java.lang.String,SymbolAtom> TeXSymbolParser.readSymbols()
           
 

Methods in org.scilab.forge.jlatexmath with parameters of type SymbolAtom
static void SymbolAtom.addSymbolAtom(SymbolAtom sym)
           
static Box DelimiterFactory.create(SymbolAtom symbol, TeXEnvironment env, int size)
           
 

Constructors in org.scilab.forge.jlatexmath with parameters of type SymbolAtom
BigDelimiterAtom(SymbolAtom delim, int size)
           
FencedAtom(Atom base, SymbolAtom l, MiddleAtom m, SymbolAtom r)
           
FencedAtom(Atom base, SymbolAtom l, SymbolAtom r)
          Creates a new FencedAtom from the given base and delimiters
OverUnderDelimiter(Atom base, Atom script, SymbolAtom s, int kernUnit, float kern, boolean over)
           
SymbolAtom(SymbolAtom s, int type)