org.scilab.forge.jlatexmath
Class ArrayOfAtoms

java.lang.Object
  extended by org.scilab.forge.jlatexmath.TeXFormula
      extended by org.scilab.forge.jlatexmath.ArrayOfAtoms

public class ArrayOfAtoms
extends TeXFormula


Nested Class Summary
 
Nested classes/interfaces inherited from class org.scilab.forge.jlatexmath.TeXFormula
TeXFormula.TeXIconBuilder
 
Field Summary
 java.util.LinkedList<java.util.LinkedList<Atom>> array
           
 int col
           
 int row
           
 
Fields inherited from class org.scilab.forge.jlatexmath.TeXFormula
BOLD, externalFontMap, isColored, ITALIC, jlmXMLMap, middle, PIXELS_PER_POINT, PREC, predefinedTeXFormulas, predefinedTeXFormulasAsString, ROMAN, root, SANSSERIF, SERIF, symbolFormulaMappings, symbolMappings, symbolTextMappings, textStyle, TYPEWRITER, VERSION
 
Constructor Summary
ArrayOfAtoms()
           
 
Method Summary
 void addCol()
           
 void addCol(int n)
           
 void addRow()
           
 void checkDimensions()
           
 VRowAtom getAsVRow()
           
 int getCols()
           
 int getRows()
           
 
Methods inherited from class org.scilab.forge.jlatexmath.TeXFormula
add, add, add, addPredefinedCommands, addPredefinedTeXFormula, addStrut, addStrut, addStrut, addSymbolMappings, addSymbolMappings, append, append, centerOnAxis, createBufferedImage, createBufferedImage, createGIF, createImage, createJPEG, createPNG, createTeXIcon, createTeXIcon, createTeXIcon, createTeXIcon, createTeXIcon, createTeXIcon, createTeXIcon, createTeXIcon, get, getAsText, getExternalFont, getLookAtLastAtom, getPartialTeXFormula, registerExternalFont, registerExternalFont, registerFonts, setBackground, setColor, setDEBUG, setDefaultDPI, setDPITarget, setFixedTypes, setLaTeX, setLookAtLastAtom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

array

public java.util.LinkedList<java.util.LinkedList<Atom>> array

col

public int col

row

public int row
Constructor Detail

ArrayOfAtoms

public ArrayOfAtoms()
Method Detail

addCol

public void addCol()

addCol

public void addCol(int n)

addRow

public void addRow()

getRows

public int getRows()

getCols

public int getCols()

getAsVRow

public VRowAtom getAsVRow()

checkDimensions

public void checkDimensions()