|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scilab.forge.jlatexmath.Atom
org.scilab.forge.jlatexmath.CharSymbol
org.scilab.forge.jlatexmath.FixedCharAtom
public class FixedCharAtom
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 | |
---|---|
FixedCharAtom(CharFont c)
|
Method Summary | |
---|---|
Box |
createBox(TeXEnvironment env)
Convert this atom into a Box , 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 |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FixedCharAtom(CharFont c)
Method Detail |
---|
public CharFont getCharFont(TeXFont tf)
CharSymbol
getCharFont
in class CharSymbol
tf
- the TeXFont containing all font related information
public Box createBox(TeXEnvironment env)
Atom
Box
, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...
createBox
in class Atom
env
- the current environment settings
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |