|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scilab.forge.jlatexmath.TeXFormula
org.scilab.forge.jlatexmath.ArrayOfAtoms
public class ArrayOfAtoms
Field Summary | |
---|---|
java.util.LinkedList<java.util.LinkedList<Atom>> |
array
|
int |
col
|
int |
row
|
Fields inherited from class org.scilab.forge.jlatexmath.TeXFormula |
---|
isColored, middle, PREC, predefinedTeXFormulas, root, symbolFormulaMappings, symbolMappings, textStyle |
Constructor Summary | |
---|---|
ArrayOfAtoms()
|
Method Summary | |
---|---|
void |
addCol()
|
void |
addRow()
|
void |
checkDimensions()
|
Methods inherited from class org.scilab.forge.jlatexmath.TeXFormula |
---|
add, add, add, addPredefinedCommands, addPredefinedTeXFormula, addStrut, addStrut, addStrut, append, centerOnAxis, createTeXIcon, get, getLookAtLastAtom, setBackground, setColor, setFixedTypes, setLookAtLastAtom |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.LinkedList<java.util.LinkedList<Atom>> array
public int col
public int row
Constructor Detail |
---|
public ArrayOfAtoms()
Method Detail |
---|
public void addCol()
public void addRow()
public void checkDimensions() throws InvalidMatrixException
InvalidMatrixException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |