java.lang.Cloneable
public class MultlineAtom extends Atom
Modifier and Type | Field | Description |
---|---|---|
static int |
GATHER |
|
static int |
GATHERED |
|
static int |
MULTLINE |
|
static SpaceAtom |
vsep_in |
alignment, type_limits
Constructor | Description |
---|---|
MultlineAtom(boolean isPartial,
ArrayOfAtoms column,
int type) |
|
MultlineAtom(ArrayOfAtoms column,
int type) |
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, ... |
clone, getLeftType, getRightType
public static SpaceAtom vsep_in
public static final int MULTLINE
public static final int GATHER
public static final int GATHERED
public MultlineAtom(boolean isPartial, ArrayOfAtoms column, int type)
public MultlineAtom(ArrayOfAtoms column, int type)
public Box createBox(TeXEnvironment env)
Atom
Box
, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...