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 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 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
-
addScript
-
isOver
public boolean isOver() -
createBox
-