Package org.scilab.forge.jlatexmath
Class HdotsforAtom
- java.lang.Object
-
- org.scilab.forge.jlatexmath.Atom
-
- org.scilab.forge.jlatexmath.MulticolumnAtom
-
- org.scilab.forge.jlatexmath.HdotsforAtom
-
- All Implemented Interfaces:
java.lang.Cloneable
public class HdotsforAtom extends MulticolumnAtom
An atom used in array mode to write on several columns.
-
-
Field Summary
-
Fields inherited from class org.scilab.forge.jlatexmath.MulticolumnAtom
afterVlines, align, beforeVlines, col, cols, n, row, w
-
Fields inherited from class org.scilab.forge.jlatexmath.Atom
alignment, type, type_limits
-
-
Constructor Summary
Constructors Constructor Description HdotsforAtom(int n, float coeff)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoxcreateBox(TeXEnvironment env)Convert this atom into aBox, using properties set by "parent" atoms, like the TeX style, the last used font, color settings, ...-
Methods inherited from class org.scilab.forge.jlatexmath.MulticolumnAtom
getCol, getRow, getSkipped, hasRightVline, setRowColumn, setWidth
-
Methods inherited from class org.scilab.forge.jlatexmath.Atom
clone, getLeftType, getRightType
-
-
-
-
Method Detail
-
createBox
public Box createBox(TeXEnvironment env)
Description copied from class:AtomConvert this atom into aBox, using properties set by "parent" atoms, like the TeX style, the last used font, color settings, ...- Overrides:
createBoxin classMulticolumnAtom- Parameters:
env- the current environment settings- Returns:
- the resulting box.
-
-