Package org.scilab.forge.jlatexmath
Class MultlineAtom
java.lang.Object
org.scilab.forge.jlatexmath.Atom
org.scilab.forge.jlatexmath.MultlineAtom
- All Implemented Interfaces:
Cloneable
An atom representing a vertical row of other atoms.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static SpaceAtom
Fields inherited from class org.scilab.forge.jlatexmath.Atom
alignment, type_limits
-
Constructor Summary
ConstructorsConstructorDescriptionMultlineAtom
(boolean isPartial, ArrayOfAtoms column, int type) MultlineAtom
(ArrayOfAtoms column, int type) -
Method Summary
Modifier and TypeMethodDescriptioncreateBox
(TeXEnvironment env) Convert this atom into aBox
, using properties set by "parent" atoms, like the TeX style, the last used font, color settings, ...Methods inherited from class org.scilab.forge.jlatexmath.Atom
clone, getLeftType, getRightType
-
Field Details
-
vsep_in
-
MULTLINE
public static final int MULTLINE- See Also:
-
GATHER
public static final int GATHER- See Also:
-
GATHERED
public static final int GATHERED- See Also:
-
-
Constructor Details
-
MultlineAtom
-
MultlineAtom
-
-
Method Details