public class BigOperatorAtom extends Atom
| Modifier and Type | Field and Description |
|---|---|
protected Atom |
base |
alignment, type, type_limits| Constructor and Description |
|---|
BigOperatorAtom(Atom base,
Atom under,
Atom over)
Creates a new BigOperatorAtom from the given atoms.
|
BigOperatorAtom(Atom base,
Atom under,
Atom over,
boolean limits)
Creates a new BigOperatorAtom from the given atoms.
|
| 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, ... |
clone, getLeftType, getRightTypeprotected Atom base
public BigOperatorAtom(Atom base, Atom under, Atom over)
base - atom representing the big operatorunder - atom representing the under limitover - atom representing the over limitpublic BigOperatorAtom(Atom base, Atom under, Atom over, boolean limits)
base - atom representing the big operatorunder - atom representing the under limitover - atom representing the over limitlimits - whether limits should be drawn over and under the base (<-> as scripts)public Box createBox(TeXEnvironment env)
AtomBox, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...