Package org.scilab.forge.jlatexmath
Class FcscoreAtom
java.lang.Object
org.scilab.forge.jlatexmath.Atom
org.scilab.forge.jlatexmath.FcscoreAtom
- All Implemented Interfaces:
Cloneable
An atom with representing an L with a caron.
-
Field Summary
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, ...int
Get the type of the leftermost child atom.int
Get the type of the rightermost child atom.
-
Constructor Details
-
FcscoreAtom
public FcscoreAtom(int N)
-
-
Method Details
-
getLeftType
public int getLeftType()Description copied from class:Atom
Get the type of the leftermost child atom. Most atoms have no child atoms, so the "left type" and the "right type" are the same: the atom's type. This also is the default implementation. But Some atoms are composed of child atoms put one after another in a horizontal row. These atoms must override this method.- Overrides:
getLeftType
in classAtom
- Returns:
- the type of the leftermost child atom
-
getRightType
public int getRightType()Description copied from class:Atom
Get the type of the rightermost child atom. Most atoms have no child atoms, so the "left type" and the "right type" are the same: the atom's type. This also is the default implementation. But Some atoms are composed of child atoms put one after another in a horizontal row. These atoms must override this method.- Overrides:
getRightType
in classAtom
- Returns:
- the type of the rightermost child atom
-
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, ...
-