public class VRowAtom extends Atom
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedList<Atom> |
elements |
alignment, type, type_limits
Modifier and Type | Method and Description |
---|---|
void |
add(Atom el) |
void |
append(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() |
void |
setRaise(int unit,
float r) |
clone, getLeftType, getRightType
protected java.util.LinkedList<Atom> elements
public VRowAtom()
public VRowAtom(Atom el)
public void setRaise(int unit, float r)
public Atom getLastAtom()
public final void add(Atom el)
public final void append(Atom el)
public Box createBox(TeXEnvironment env)
Atom
Box
, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...