Uses of Class
be.ugent.caagt.jmathtex.InvalidDelimiterException

Packages that use InvalidDelimiterException
be.ugent.caagt.jmathtex   
 

Uses of InvalidDelimiterException in be.ugent.caagt.jmathtex
 

Methods in be.ugent.caagt.jmathtex that throw InvalidDelimiterException
 TeXFormula TeXFormula.addEmbraced(java.lang.String s, char l, char r)
          Parses the given string into a TeXFormula, surrounds it with the given delimiters and inserts the result at the end of the current TeXformula.
 TeXFormula TeXFormula.addEmbraced(java.lang.String s, java.lang.String left, java.lang.String right)
          Parses the given string(s) into a TeXFormula, surrounds it with the given delimiters (if not null) and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addEmbraced(TeXFormula f, char l, char r)
          Surrounds the given TeXFormula with the given delimiters and inserts the result at the end of the current TeXformula.
 TeXFormula TeXFormula.addEmbraced(TeXFormula f, java.lang.String left, java.lang.String right)
          Surrounds the given TeXFormula with the given delimiters (if not null) and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.embrace(char left, char right)
          Surrounds this TeXFormula with the given delimiters.
 TeXFormula TeXFormula.embrace(java.lang.String left, java.lang.String right)
          Surrounds this TeXFormula with the given delimiters (if not null).