java.lang.Cloneable
public class MatrixAtom extends Atom
Modifier and Type | Field | Description |
---|---|---|
static int |
ALIGN |
|
static int |
ALIGNAT |
|
static int |
ALIGNED |
|
static int |
ALIGNEDAT |
|
static int |
ARRAY |
|
static int |
FLALIGN |
|
static SpaceAtom |
hsep |
|
static int |
MATRIX |
|
static SpaceAtom |
semihsep |
|
static int |
SMALLMATRIX |
|
static SpaceAtom |
vsep_ext_bot |
|
static SpaceAtom |
vsep_ext_top |
|
static SpaceAtom |
vsep_in |
alignment, type_limits
Constructor | Description |
---|---|
MatrixAtom(boolean isPartial,
ArrayOfAtoms array,
int type) |
|
MatrixAtom(boolean isPartial,
ArrayOfAtoms array,
int type,
boolean spaceAround) |
|
MatrixAtom(boolean isPartial,
ArrayOfAtoms array,
int type,
int alignment) |
|
MatrixAtom(boolean isPartial,
ArrayOfAtoms array,
int type,
int alignment,
boolean spaceAround) |
|
MatrixAtom(boolean isPartial,
ArrayOfAtoms array,
java.lang.String options) |
Creates an empty matrix
|
MatrixAtom(boolean isPartial,
ArrayOfAtoms array,
java.lang.String options,
boolean spaceAround) |
Creates an empty matrix
|
MatrixAtom(ArrayOfAtoms array,
int type) |
|
MatrixAtom(ArrayOfAtoms array,
java.lang.String options) |
Creates an empty matrix
|
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, ... |
Box[] |
getColumnSep(TeXEnvironment env,
float width) |
clone, getLeftType, getRightType
public static SpaceAtom hsep
public static SpaceAtom semihsep
public static SpaceAtom vsep_in
public static SpaceAtom vsep_ext_top
public static SpaceAtom vsep_ext_bot
public static final int ARRAY
public static final int MATRIX
public static final int ALIGN
public static final int ALIGNAT
public static final int FLALIGN
public static final int SMALLMATRIX
public static final int ALIGNED
public static final int ALIGNEDAT
public MatrixAtom(boolean isPartial, ArrayOfAtoms array, java.lang.String options, boolean spaceAround)
public MatrixAtom(boolean isPartial, ArrayOfAtoms array, java.lang.String options)
public MatrixAtom(ArrayOfAtoms array, java.lang.String options)
public MatrixAtom(boolean isPartial, ArrayOfAtoms array, int type)
public MatrixAtom(boolean isPartial, ArrayOfAtoms array, int type, boolean spaceAround)
public MatrixAtom(boolean isPartial, ArrayOfAtoms array, int type, int alignment)
public MatrixAtom(boolean isPartial, ArrayOfAtoms array, int type, int alignment, boolean spaceAround)
public MatrixAtom(ArrayOfAtoms array, int type)
public Box[] getColumnSep(TeXEnvironment env, float width)
public Box createBox(TeXEnvironment env)
Atom
Box
, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...