public class UnderOverAtom extends Atom
alignment, type, type_limits| Constructor and Description |
|---|
UnderOverAtom(Atom base,
Atom under,
int underUnit,
float underSpace,
boolean underScriptSize,
Atom over,
int overUnit,
float overSpace,
boolean overScriptSize) |
UnderOverAtom(Atom base,
Atom underOver,
int underOverUnit,
float underOverSpace,
boolean underOverScriptSize,
boolean over) |
| Modifier and Type | Method and Description |
|---|---|
Box |
createBox(TeXEnvironment env)
Convert this atom into a
Box, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ... |
int |
getLeftType()
Get the type of the leftermost child atom.
|
int |
getRightType()
Get the type of the rightermost child atom.
|
public UnderOverAtom(Atom base, Atom underOver, int underOverUnit, float underOverSpace, boolean underOverScriptSize, boolean over)
public UnderOverAtom(Atom base, Atom under, int underUnit, float underSpace, boolean underScriptSize, Atom over, int overUnit, float overSpace, boolean overScriptSize) throws InvalidUnitException
InvalidUnitExceptionpublic Box createBox(TeXEnvironment env)
AtomBox, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...public int getLeftType()
AtomgetLeftType in class Atompublic int getRightType()
AtomgetRightType in class Atom