|
||||||||||
| 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.AbstractNucleusNoad
public abstract class AbstractNucleusNoad
This abstract noad represents a Noad with a nucleus.
| Constructor Summary | |
|---|---|
AbstractNucleusNoad(Noad nucleus,
TypesettingContext tc)
Creates a new object. |
|
| Method Summary | |
|---|---|
Color |
getColor()
Getter for color. |
Noad |
getNucleus()
Getter for nucleus. |
protected TypesettingContext |
getTypesettingContext()
Getter for the typesetting context. |
void |
toString(java.lang.StringBuffer sb,
int depth)
Produce a printable representation to a certain depth of the noad. |
| 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 |
| Methods inherited from interface org.extex.typesetter.type.noad.Noad |
|---|
typeset |
| Constructor Detail |
|---|
public AbstractNucleusNoad(Noad nucleus,
TypesettingContext tc)
nucleus - the nucleus of inner noadstc - the typesetting context for the color| Method Detail |
|---|
public Color getColor()
public Noad getNucleus()
protected TypesettingContext getTypesettingContext()
public void toString(java.lang.StringBuffer sb,
int depth)
toString in interface NoadtoString in class AbstractNoadsb - the string bufferdepth - the depth to which the full information should be givenNoad.toString(
java.lang.StringBuffer, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||