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

Packages that use InvalidSymbolTypeException
org.scilab.forge.jlatexmath   
 

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, Atom accent, boolean changeSize)
           
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)