Uses of Class
org.scilab.forge.jlatexmath.SymbolAtom
Packages that use SymbolAtom
-
Uses of SymbolAtom in org.scilab.forge.jlatexmath
Fields in org.scilab.forge.jlatexmath declared as SymbolAtomFields in org.scilab.forge.jlatexmath with type parameters of type SymbolAtomMethods in org.scilab.forge.jlatexmath that return SymbolAtomModifier and TypeMethodDescriptionstatic SymbolAtom
Looks up the name in the table and returns the corresponding SymbolAtom representing the symbol (if it's found).SymbolAtom.setUnicode
(char c) Methods in org.scilab.forge.jlatexmath that return types with arguments of type SymbolAtomMethods in org.scilab.forge.jlatexmath with parameters of type SymbolAtomModifier and TypeMethodDescriptionstatic 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 SymbolAtomModifierConstructorDescriptionBigDelimiterAtom
(SymbolAtom delim, int size) FencedAtom
(Atom base, SymbolAtom l, 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)