java.lang.Cloneable
HdotsforAtom
public class MulticolumnAtom extends Atom
Modifier and Type | Field | Description |
---|---|---|
protected int |
afterVlines |
|
protected int |
align |
|
protected int |
beforeVlines |
|
protected int |
col |
|
protected Atom |
cols |
|
protected int |
n |
|
protected int |
row |
|
protected float |
w |
alignment, type, type_limits
Constructor | Description |
---|---|
MulticolumnAtom(int n,
java.lang.String align,
Atom cols) |
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, ... |
int |
getCol() |
|
int |
getRow() |
|
int |
getSkipped() |
|
boolean |
hasRightVline() |
|
void |
setRowColumn(int i,
int j) |
|
void |
setWidth(float w) |
clone, getLeftType, getRightType
protected int n
protected int align
protected float w
protected Atom cols
protected int beforeVlines
protected int afterVlines
protected int row
protected int col
public MulticolumnAtom(int n, java.lang.String align, Atom cols)
public void setWidth(float w)
public int getSkipped()
public boolean hasRightVline()
public void setRowColumn(int i, int j)
public int getRow()
public int getCol()
public Box createBox(TeXEnvironment env)
Atom
Box
, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...