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

Uses of InvalidUnitException in org.scilab.forge.jlatexmath
 

Methods in org.scilab.forge.jlatexmath that throw InvalidUnitException
 TeXFormula TeXFormula.addStrut(int type)
          Inserts a strut box (whitespace) with the given width, height and depth (in the given unit) at the end of the current TeXFormula.
 TeXFormula TeXFormula.addStrut(int unit, float width, float height, float depth)
          Inserts a strut box (whitespace) with the given width, height and depth (in the given unit) at the end of the current TeXFormula.
 TeXFormula TeXFormula.addStrut(int widthUnit, float width, int heightUnit, float height, int depthUnit, float depth)
          Inserts a strut box (whitespace) with the given width (in widthUnits), height (in heightUnits) and depth (in depthUnits) at the end of the current TeXFormula.
static void SpaceAtom.checkUnit(int unit)
          Check if the given unit is valid
 

Constructors in org.scilab.forge.jlatexmath that throw InvalidUnitException
FractionAtom(Atom num, Atom den, boolean noDef, int unit, float t)
          Depending on noDef, the given thickness and unit will be used (<-> the default thickness).
OverUnderDelimiter(Atom base, Atom script, SymbolAtom s, int kernUnit, float kern, boolean over)
           
SpaceAtom(int unit, float width, float height, float depth)
           
SpaceAtom(int widthUnit, float width, int heightUnit, float height, int depthUnit, float depth)
           
UnderOverAtom(Atom base, Atom under, int underUnit, float underSpace, boolean underScriptSize, Atom over, int overUnit, float overSpace, boolean overScriptSize)