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

Packages that use InvalidUnitException
Package
Description
 
  • Uses of InvalidUnitException in org.scilab.forge.jlatexmath

    Modifier and Type
    Method
    Description
    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.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.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
    Modifier
    Constructor
    Description
     
    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)