Package org.scilab.forge.jlatexmath
Class OverUnderDelimiter
java.lang.Object
org.scilab.forge.jlatexmath.Atom
org.scilab.forge.jlatexmath.OverUnderDelimiter
- All Implemented Interfaces:
Cloneable
A box representing another atom with a delimiter and a script above or under it,
with script and delimiter seperated by a kern.
-
Field Summary
Fields inherited from class org.scilab.forge.jlatexmath.Atom
alignment, type, type_limits
-
Constructor Summary
ConstructorsConstructorDescriptionOverUnderDelimiter
(Atom base, Atom script, SymbolAtom s, int kernUnit, float kern, boolean over) -
Method Summary
Methods inherited from class org.scilab.forge.jlatexmath.Atom
clone, getLeftType, getRightType
-
Constructor Details
-
OverUnderDelimiter
public OverUnderDelimiter(Atom base, Atom script, SymbolAtom s, int kernUnit, float kern, boolean over) throws InvalidUnitException - Throws:
InvalidUnitException
-
-
Method Details