A B C D E F G I J M N O P R S T U

P

paintIcon(Component, Graphics, int, int) - Method in class be.ugent.caagt.jmathtex.TeXIcon
Paint the TeXFormula that created this icon.
parse(File, boolean) - Static method in class be.ugent.caagt.jmathtex.mathml.MathMLParser
Parses a MathML input file identified by a File.
parse(InputStream, boolean) - Static method in class be.ugent.caagt.jmathtex.mathml.MathMLParser
Parses MathML input from the specified InputStream.
parse(InputStream, String, boolean) - Static method in class be.ugent.caagt.jmathtex.mathml.MathMLParser
Parses MathML input from the specified InputStream and URI base.
parse(Reader, boolean) - Static method in class be.ugent.caagt.jmathtex.mathml.MathMLParser
Parses MathML input from the specified Reader.
parse(Reader, String, boolean) - Static method in class be.ugent.caagt.jmathtex.mathml.MathMLParser
Parses MathML input from the specified Reader and URI base.
parse(String, boolean) - Static method in class be.ugent.caagt.jmathtex.mathml.MathMLParser
Parses a MathML input file identified by the specified URI.
parse(URL, boolean) - Static method in class be.ugent.caagt.jmathtex.mathml.MathMLParser
Parses a MathML input file identified by the specified URL.
ParseException - Exception in be.ugent.caagt.jmathtex
Signals that an error occured while parsing a string to a formula.
ParseException(String, Throwable) - Constructor for exception be.ugent.caagt.jmathtex.ParseException
 
ParseException(String) - Constructor for exception be.ugent.caagt.jmathtex.ParseException
 
PREC - Static variable in class be.ugent.caagt.jmathtex.TeXFormula
 
putAccentOver(String) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Puts the given accent above the current TeXFormula and changes the current TeXFormula into the resulting accent construction.
putDelimiterOver(int) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Puts the delimiter symbol represented by the given delimiter type constant above the current TeXFormula and changes the current TeXFormula into the resulting construction.
putDelimiterOver(int, String, int, float) - Method in class be.ugent.caagt.jmathtex.TeXFormula
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.
putDelimiterOver(int, TeXFormula, int, float) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Puts the delimiter symbol represented by the given delimiter type constant above the current TeXFormula, puts the given TeXFormula 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.
putDelimiterUnder(int) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Puts the delimiter symbol represented by the given delimiter type constant under the current TeXFormula and changes the current TeXFormula into the resulting construction.
putDelimiterUnder(int, String, int, float) - Method in class be.ugent.caagt.jmathtex.TeXFormula
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.
putDelimiterUnder(int, TeXFormula, int, float) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Puts the delimiter symbol represented by the given delimiter type constant under the current TeXFormula, puts the given TeXFormula 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.
putOver(TeXFormula, int, float, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Puts the given TeXFormula above the current TeXFormula, in a smaller size depending on "overScriptSize" and seperated by a vertical space of size "overSpace" in "overUnit" and changes the current TeXFormula into the resulting construction.
putOver(String, int, float, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given string 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 changes the current TeXFormula into the resulting construction.
putUnder(String, int, float, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Parses the given string 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" and changes the current TeXFormula into the resulting construction.
putUnder(TeXFormula, int, float, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Puts the given TeXFormula under the current TeXFormula, in a smaller size depending on "underScriptSize" and seperated by a vertical space of size "underSpace" in "underUnit" and changes the current TeXFormula into the resulting construction.
putUnderAndOver(String, int, float, boolean, String, int, float, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
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.
putUnderAndOver(TeXFormula, int, float, boolean, TeXFormula, int, float, boolean) - Method in class be.ugent.caagt.jmathtex.TeXFormula
Puts the given TeXFormula "under" under the current TeXFormula, in a smaller size depending on "underScriptSize" and seperated by a vertical space of size "underSpace" in "underUnit", puts the given TeXFormula "over" 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.

A B C D E F G I J M N O P R S T U