java.lang.Cloneable
public class VRowAtom extends Atom
Modifier and Type | Field | Description |
---|---|---|
protected boolean |
addInterline |
|
protected java.util.LinkedList<Atom> |
elements |
alignment, type, type_limits
Modifier and Type | Method | 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, ... |
boolean |
getAddInterline() |
|
Atom |
getLastAtom() |
|
void |
setAddInterline(boolean addInterline) |
|
void |
setRaise(int unit,
float r) |
clone, getLeftType, getRightType
protected java.util.LinkedList<Atom> elements
protected boolean addInterline
public VRowAtom()
public VRowAtom(Atom el)
public void setAddInterline(boolean addInterline)
public boolean getAddInterline()
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, ...