| Modifier and Type | Field and Description |
|---|---|
protected java.util.LinkedList<Atom> |
elements |
boolean |
lookAtLastAtom |
alignment, type, type_limits| Modifier | Constructor and Description |
|---|---|
protected |
RowAtom() |
|
RowAtom(Atom el) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Atom el) |
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, ... |
Atom |
getLastAtom() |
int |
getLeftType()
Get the type of the leftermost child atom.
|
int |
getRightType()
Get the type of the rightermost child atom.
|
void |
setPreviousAtom(Dummy prev)
Sets the given dummy containing the atom that comes just before
the first child atom of this "composed atom".
|
protected java.util.LinkedList<Atom> elements
public boolean lookAtLastAtom
protected RowAtom()
public RowAtom(Atom el)
public Atom getLastAtom()
public final void add(Atom el)
public Box createBox(TeXEnvironment env)
AtomBox, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...public void setPreviousAtom(Dummy prev)
RowsetPreviousAtom in interface Rowprev - the dummy that comes just before this "composed atom"public int getLeftType()
AtomgetLeftType in class Atompublic int getRightType()
AtomgetRightType in class Atom