java.lang.Cloneable
public class BigOperatorAtom extends Atom
Modifier and Type | Field | Description |
---|---|---|
protected Atom |
base |
alignment, type, type_limits
Constructor | 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 | 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, getRightType
protected 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)
Atom
Box
, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...