| Package | Description |
|---|---|
| org.scilab.forge.jlatexmath |
| Constructor and Description |
|---|
MatrixAtom(ArrayOfAtoms array,
int type) |
MatrixAtom(ArrayOfAtoms array,
String options)
Creates an empty matrix
|
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,
String options)
Creates an empty matrix
|
MatrixAtom(boolean isPartial,
ArrayOfAtoms array,
String options,
boolean spaceAround)
Creates an empty matrix
|
MultlineAtom(ArrayOfAtoms column,
int type) |
MultlineAtom(boolean isPartial,
ArrayOfAtoms column,
int type) |
TeXParser(boolean isPartial,
String parseString,
ArrayOfAtoms aoa,
boolean firstpass)
Create a new TeXParser in the context of an array.
|
TeXParser(boolean isPartial,
String parseString,
ArrayOfAtoms aoa,
boolean firstpass,
boolean space)
Create a new TeXParser in the context of an array.
|
TeXParser(String parseString,
ArrayOfAtoms aoa,
boolean firstpass)
Create a new TeXParser in the context of an array.
|
Copyright © 2014–2018. All rights reserved.