public class VRowAtom extends Atom
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
addInterline |
protected LinkedList<Atom> |
elements |
protected int |
halign |
protected boolean |
vtop |
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, ... |
boolean |
getAddInterline() |
int |
getHalign() |
Atom |
getLastAtom() |
boolean |
getVtop() |
void |
setAddInterline(boolean addInterline) |
void |
setHalign(int halign) |
void |
setRaise(int unit,
float r) |
void |
setVtop(boolean vtop) |
clone, getLeftType, getRightTypeprotected LinkedList<Atom> elements
protected boolean addInterline
protected boolean vtop
protected int halign
public VRowAtom()
public VRowAtom(Atom el)
public void setAddInterline(boolean addInterline)
public boolean getAddInterline()
public void setHalign(int halign)
public int getHalign()
public void setVtop(boolean vtop)
public boolean getVtop()
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)
AtomBox, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...Copyright © 2014–2018. All rights reserved.