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

Uses of InvalidSymbolTypeException in org.scilab.forge.jlatexmath
 

Constructors in org.scilab.forge.jlatexmath that throw InvalidSymbolTypeException
AccentedAtom(Atom base, Atom accent)
           
AccentedAtom(Atom base, java.lang.String accentName)
          Creates an AccentedAtom from a base atom and an accent symbol defined by its name
AccentedAtom(Atom base, TeXFormula acc)
          Creates an AccentedAtom from a base atom and an accent symbol defined as a TeXFormula.
SymbolAtom(SymbolAtom s, int type)