Uses of Class
org.scilab.forge.jlatexmath.ArrayOfAtoms

Packages that use ArrayOfAtoms
org.scilab.forge.jlatexmath   
 

Uses of ArrayOfAtoms in org.scilab.forge.jlatexmath
 

Constructors in org.scilab.forge.jlatexmath with parameters of type ArrayOfAtoms
MatrixAtom(ArrayOfAtoms array, int type)
           
MatrixAtom(ArrayOfAtoms array, java.lang.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, java.lang.String options)
          Creates an empty matrix
MatrixAtom(boolean isPartial, ArrayOfAtoms array, java.lang.String options, boolean spaceAround)
          Creates an empty matrix
MultlineAtom(ArrayOfAtoms column, int type)
           
MultlineAtom(boolean isPartial, ArrayOfAtoms column, int type)
           
TeXParser(boolean isPartial, java.lang.String parseString, ArrayOfAtoms aoa, boolean firstpass)
          Create a new TeXParser in the context of an array.
TeXParser(boolean isPartial, java.lang.String parseString, ArrayOfAtoms aoa, boolean firstpass, boolean space)
          Create a new TeXParser in the context of an array.
TeXParser(java.lang.String parseString, ArrayOfAtoms aoa, boolean firstpass)
          Create a new TeXParser in the context of an array.