Package org.scilab.forge.jlatexmath
Class FixedCharAtom
- java.lang.Object
-
- org.scilab.forge.jlatexmath.Atom
-
- org.scilab.forge.jlatexmath.CharSymbol
-
- org.scilab.forge.jlatexmath.FixedCharAtom
-
- All Implemented Interfaces:
java.lang.Cloneable
public class FixedCharAtom extends CharSymbol
An atom representing a fixed character (not depending on a text style).
-
-
Field Summary
-
Fields inherited from class org.scilab.forge.jlatexmath.Atom
alignment, type, type_limits
-
-
Constructor Summary
Constructors Constructor Description FixedCharAtom(CharFont c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Box
createBox(TeXEnvironment env)
Convert this atom into aBox
, using properties set by "parent" atoms, like the TeX style, the last used font, color settings, ...CharFont
getCharFont(TeXFont tf)
Get the CharFont-object that uniquely identifies the character that is represented by this atom.-
Methods inherited from class org.scilab.forge.jlatexmath.CharSymbol
isMarkedAsTextSymbol, markAsTextSymbol, removeMark
-
Methods inherited from class org.scilab.forge.jlatexmath.Atom
clone, getLeftType, getRightType
-
-
-
-
Constructor Detail
-
FixedCharAtom
public FixedCharAtom(CharFont c)
-
-
Method Detail
-
getCharFont
public CharFont getCharFont(TeXFont tf)
Description copied from class:CharSymbol
Get the CharFont-object that uniquely identifies the character that is represented by this atom.- Specified by:
getCharFont
in classCharSymbol
- Parameters:
tf
- the TeXFont containing all font related information- Returns:
- a CharFont
-
createBox
public Box createBox(TeXEnvironment env)
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, ...
-
-