|
|||||||||
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
public abstract class CharSymbol
An common superclass for atoms that represent one single character and access the font information.
Field Summary |
---|
Fields inherited from class org.scilab.forge.jlatexmath.Atom |
---|
alignment, type, type_limits |
Constructor Summary | |
---|---|
CharSymbol()
|
Method Summary | |
---|---|
abstract CharFont |
getCharFont(TeXFont tf)
Get the CharFont-object that uniquely identifies the character that is represented by this atom. |
boolean |
isMarkedAsTextSymbol()
Tests if this atom is marked as a text symbol (used by Msubsup) |
void |
markAsTextSymbol()
Mark as text symbol (used by Dummy) |
void |
removeMark()
Remove the mark so the atom remains unchanged (used by Dummy) |
Methods inherited from class org.scilab.forge.jlatexmath.Atom |
---|
clone, createBox, getLeftType, getRightType |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CharSymbol()
Method Detail |
---|
public void markAsTextSymbol()
public void removeMark()
public boolean isMarkedAsTextSymbol()
public abstract CharFont getCharFont(TeXFont tf)
tf
- the TeXFont containing all font related information
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |