Uses of Class
org.scilab.forge.jlatexmath.SymbolAtom
-
Packages that use SymbolAtom Package Description org.scilab.forge.jlatexmath -
-
Uses of SymbolAtom in org.scilab.forge.jlatexmath
Fields in org.scilab.forge.jlatexmath declared as SymbolAtom Modifier and Type Field Description SymbolAtom
BigDelimiterAtom. delim
Fields in org.scilab.forge.jlatexmath with type parameters of type SymbolAtom Modifier and Type Field Description static java.util.Map<java.lang.String,SymbolAtom>
SymbolAtom. symbols
Methods in org.scilab.forge.jlatexmath that return SymbolAtom Modifier and Type Method Description 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).SymbolAtom
SymbolAtom. setUnicode(char c)
Methods in org.scilab.forge.jlatexmath that return types with arguments of type SymbolAtom Modifier and Type Method Description java.util.Map<java.lang.String,SymbolAtom>
TeXSymbolParser. readSymbols()
Methods in org.scilab.forge.jlatexmath with parameters of type SymbolAtom Modifier and Type Method Description 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 Constructor Description BigDelimiterAtom(SymbolAtom delim, int size)
FencedAtom(Atom base, SymbolAtom l, java.util.List m, SymbolAtom r)
FencedAtom(Atom base, SymbolAtom l, SymbolAtom r)
Creates a new FencedAtom from the given base and delimitersOverUnderDelimiter(Atom base, Atom script, SymbolAtom s, int kernUnit, float kern, boolean over)
SymbolAtom(SymbolAtom s, int type)
-