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 MulticolumnAtom
afterVlines, align, beforeVlines, col, cols, n, row, wFields inherited from class 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 MulticolumnAtom
getCol, getRow, getSkipped, hasRightVline, setRowColumn, setWidthMethods inherited from class Atom
clone, getLeftType, getRightType
-
Constructor Details
-
HdotsforAtom
public HdotsforAtom(int n, float coeff)
-
-
Method Details
-
createBox
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.
-