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

Packages that use ParseException
be.ugent.caagt.jmathtex   
 

Uses of ParseException in be.ugent.caagt.jmathtex
 

Methods in be.ugent.caagt.jmathtex that throw ParseException
 TeXFormula TeXFormula.add(java.lang.String s)
          Parses the given string and inserts the resulting formula at the end of the current TeXFormula.
 TeXFormula TeXFormula.addAcc(java.lang.String s, java.lang.String accentName)
          Parses the given string(s) into a TeXFormula, puts the given accent above it and inserts the result at the end of the current TeXFormula.
 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.addFraction(java.lang.String num, java.lang.String denom, boolean rule)
          Parses the given strings into TeXFormula's that will represent the numerator (num) and the denominator (denom) of a fraction, draws a line between them depending on "rule" and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addFraction(java.lang.String num, java.lang.String denom, boolean rule, int numAlign, int denomAlign)
          Parses the given strings into TeXFormula's that will represent the numerator (num) and denominator (denom) of a fraction, draws a line between them depending on "rule", aligns the numerator and denominator in comparison with each other (indicated by numAlign and denomAlign) and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addFraction(java.lang.String num, TeXFormula denom, boolean rule)
          Parses the given string into a TeXFormula that will represent the numerator of a fraction, uses the given TeXFormula as the denominator of this fraction, draws a line between them depending on "rule" and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addFraction(TeXFormula num, java.lang.String denom, boolean rule)
          Parses the given string into a TeXFormula that will represent the denominator of a fraction, uses the given TeXFormula as the numerator of this fraction, draws a line between them depending on "rule" and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addNthRoot(java.lang.String base, java.lang.String nthRoot)
          Parses the given strings into TeXFormula's, puts them under a root sign (base) and in the upper left corner over this root sign (nthRoot) and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addNthRoot(java.lang.String base, TeXFormula nthRoot)
          Parses the given string into a TeXFormula, puts it under a root sign, puts the given TeXFormula in the upper left corner over this root sign and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addNthRoot(TeXFormula base, java.lang.String nthRoot)
          Parses the given string into a TeXFormula, puts it in the upper left corner over the root sign, puts the given TeXFormula under this root sign and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addOp(java.lang.String op, java.lang.String low, java.lang.String up)
          Parses the given strings into TeXFormula's that will represent a "big operator" (op), it's lower (low) and upper (up) bound, and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addOp(java.lang.String op, java.lang.String low, java.lang.String up, boolean lim)
          Parses the given strings into TeXFormula's that will represent a "big operator" (op), it's lower (low) and upper (up) bound, and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addPhantom(java.lang.String phantom)
          Parses the given string into a phantom TeXFormula and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addPhantom(java.lang.String phantom, boolean width, boolean height, boolean depth)
          Parses the given string into a phantom TeXFormula and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addSqrt(java.lang.String base)
          Parses the given string into a TeXFormula that will be displayed under a root sign and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.fraction(java.lang.String s, boolean rule)
          Uses the current TeXFormula as the numerator of a fraction, parses the given string into a TeXFormula that will represent the denominator of the fraction, draws a line between them depending on "rule" and changes the current TeXFormula into this resulting fraction.
 TeXFormula TeXFormula.fraction(java.lang.String s, boolean rule, int numAlign, int denomAlign)
          Uses the current TeXFormula as the numerator of a fraction, parses the given string into a TeXFormula that will represent the denominator of the fraction, possibly draws a line between them depending on "rule", aligns the numerator and denominator in comparison with each other (indicated by numAlign and denomAlign) and changes the current TeXFormula into this resulting fraction.
 TeXFormula TeXFormula.fractionInvert(java.lang.String s, boolean rule)
          Uses the current TeXFormula as the denominator of a fraction, parses the given string into a TeXFormula that will represent the numerator of the fraction, draws a line between them depending on "rule" and changes the current TeXFormula into this resulting fraction.
 TeXFormula TeXFormula.fractionInvert(java.lang.String s, boolean rule, int numAlign, int denomAlign)
          Uses the current TeXFormula as the denominator of a fraction, parses the given string into a TeXFormula that will represent the numerator of the fraction, draws a line between them depending on "rule", aligns the numerator and denominator in comparison with each other (indicated by numAlign and denomAlign) and changes the current TeXFormula into this resulting fraction.
 TeXFormula TeXFormula.nthRoot(java.lang.String nthRoot)
          Parses the given string into a TeXFormula, puts it in the upper left corner over a root sign (nthRoot), puts the current TeXFormula under this root sign and changes the current TeXFormula into this resulting root construction.
 TeXFormula TeXFormula.putDelimiterOver(int delimiter, java.lang.String sup, int kernUnit, float kern)
          Puts the delimiter symbol represented by the given delimiter type constant above the current TeXFormula, parses the given string into a TeXFormula and puts it above the delimiter symbol (seperated by an amount of vertical space defined by the given float value and unit) in a smaller size (unless the current TeXFormula will be displayed in the smallest possible size: the script_script style's size) and finally changes the current TeXFormula into the resulting construction.
 TeXFormula TeXFormula.putDelimiterUnder(int delimiter, java.lang.String sub, int kernUnit, float kern)
          Puts the delimiter symbol represented by the given delimiter type constant under the current TeXFormula, parses the given string into a TeXFormula and puts it under the delimiter symbol (seperated by an amount of vertical space defined by the given float value and unit) in a smaller size (unless the current TeXFormula will be displayed in the smallest possible size: the script_script style's size) and finally changes the current TeXFormula into the resulting construction.
 TeXFormula TeXFormula.putUnderAndOver(java.lang.String under, int underUnit, float underSpace, boolean underScriptSize, java.lang.String over, int overUnit, float overSpace, boolean overScriptSize)
          Parses the given string "under" into a TeXFormula that will be put under the current TeXFormula, in a smaller size depending on "underScriptSize" and seperated by a vertical space of size "underSpace" in "underUnit", parses the given string "over" into a TeXFormula that will be put above the current TeXFormula, in a smaller size depending on "overScriptSize" and seperated by a vertical space of size "overSpace" in "overUnit" and finally changes the current TeXFormula into the resulting construction.
 TeXFormula TeXFormula.setScripts(java.lang.String sub, java.lang.String sup)
          Parses the given strings into TeXFormula's and attaches them together to the current TeXFormula as a subscript (sub) and a superscript (sup).
 TeXFormula TeXFormula.setScripts(java.lang.String sub, TeXFormula sup)
          Parses the given string into a TeXFormula's and attaches it to the current TeXFormula as a subscript together with the given TeXFormula (as a superscript).
 TeXFormula TeXFormula.setScripts(TeXFormula sub, java.lang.String sup)
          Parses the given string into a TeXFormula's and attaches it to the current TeXFormula as a superscript together with the given TeXFormula (as a subscript).
 TeXFormula TeXFormula.setSubscript(java.lang.String sub)
          Parses the given string into a TeXFormula and attaches it to the current TeXFormula as a subscript.
 TeXFormula TeXFormula.setSuperscript(java.lang.String sup)
          Parses the given string into a TeXFormula and attaches it to the current TeXFormula as a superscript.
 

Constructors in be.ugent.caagt.jmathtex that throw ParseException
TeXFormula(java.lang.String s)
          Creates a new TeXFormula by parsing the given string (using a primitive TeX parser).