Class FixedCharAtom
java.lang.Object
org.scilab.forge.jlatexmath.Atom
org.scilab.forge.jlatexmath.CharSymbol
org.scilab.forge.jlatexmath.FixedCharAtom
- All Implemented Interfaces:
Cloneable
An atom representing a fixed character (not depending on a text style).
-
Field Summary
Fields 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, ...getCharFont(TeXFont tf) Get the CharFont-object that uniquely identifies the character that is represented by this atom.Methods inherited from class CharSymbol
isMarkedAsTextSymbol, markAsTextSymbol, removeMarkMethods inherited from class Atom
clone, getLeftType, getRightType
-
Constructor Details
-
FixedCharAtom
-
-
Method Details
-
getCharFont
Description copied from class:CharSymbolGet the CharFont-object that uniquely identifies the character that is represented by this atom.- Specified by:
getCharFontin classCharSymbol- Parameters:
tf- the TeXFont containing all font related information- Returns:
- a CharFont
-
createBox
-