Package org.scilab.forge.jlatexmath
Class BigOperatorAtom
java.lang.Object
org.scilab.forge.jlatexmath.Atom
org.scilab.forge.jlatexmath.BigOperatorAtom
- All Implemented Interfaces:
Cloneable
An atom representing a "big operator" (or an atom that acts as one) together
with its limits.
-
Field Summary
FieldsFields inherited from class org.scilab.forge.jlatexmath.Atom
alignment, type, type_limits
-
Constructor Summary
ConstructorsConstructorDescriptionBigOperatorAtom
(Atom base, Atom under, Atom over) Creates a new BigOperatorAtom from the given atoms.BigOperatorAtom
(Atom base, Atom under, Atom over, boolean limits) Creates a new BigOperatorAtom from the given atoms. -
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.Atom
clone, getLeftType, getRightType
-
Field Details
-
base
-
-
Constructor Details
-
BigOperatorAtom
Creates a new BigOperatorAtom from the given atoms. The default rules the positioning of the limits will be applied.- Parameters:
base
- atom representing the big operatorunder
- atom representing the under limitover
- atom representing the over limit
-
BigOperatorAtom
Creates a new BigOperatorAtom from the given atoms. Limits will be drawn according to the "limits"-value- Parameters:
base
- atom representing the big operatorunder
- atom representing the under limitover
- atom representing the over limitlimits
- whether limits should be drawn over and under the base (invalid input: '<'-> as scripts)
-
-
Method Details