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:
Cloneable
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 -
Method Summary
Modifier and TypeMethodDescriptioncreateBox
(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
-
Constructor Details
-
HdotsforAtom
public HdotsforAtom(int n, float coeff)
-
-
Method Details
-
createBox
Description copied from class:Atom
Convert this atom into aBox
, using properties set by "parent" atoms, like the TeX style, the last used font, color settings, ...- Overrides:
createBox
in classMulticolumnAtom
- Parameters:
env
- the current environment settings- Returns:
- the resulting box.
-