|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.typesetter.type.noad.AbstractNoad
org.extex.typesetter.type.noad.CharNoad
public class CharNoad
This class provides a container for a mathematical character.
| Constructor Summary | |
|---|---|
protected |
CharNoad(MathGlyph character,
TypesettingContext tc)
Creates a new object. |
| Method Summary | |
|---|---|
MathGlyph |
getChar()
Getter for the character. |
void |
toString(java.lang.StringBuffer sb)
Produce a printable representation of the noad in a StringBuffer. |
void |
typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList nodes,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
| Methods inherited from class org.extex.typesetter.type.noad.AbstractNoad |
|---|
getLocalizer, getSpacingClass, getSubscript, getSuperscript, makeScripts, rebox, setSpacingClass, setSubscript, setSuperscript, toString, toString, toStringAdd, toStringSubsidiaray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected CharNoad(MathGlyph character,
TypesettingContext tc)
character - the character representationtc - the typesetting context for the color| Method Detail |
|---|
public MathGlyph getChar()
public void toString(java.lang.StringBuffer sb)
toString in interface NoadtoString in class AbstractNoadsb - the string bufferNoad.toString(
java.lang.StringBuffer)
public void typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList nodes,
MathContext mathContext,
java.util.logging.Logger logger)
throws TypesetterException,
ConfigurationException
previousNoad - the previous noadnoads - the list of noads currently processedindex - the index of the current node in the listnodes - the list to add the nodes to. This list contains the Nodes
previously typeset. Thus it can be used to look backmathContext - the context to considerlogger - the logger for debugging and tracing information
TypesetterException - in case of a problem
ConfigurationException - in case of a configuration problemNoad.typeset(
org.extex.typesetter.type.noad.Noad,
org.extex.typesetter.type.noad.NoadList,
int,
org.extex.typesetter.type.NodeList,
org.extex.typesetter.type.noad.util.MathContext,
java.util.logging.Logger)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||