|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.typesetter.paragraphBuilder.texImpl.PassiveNode
The passive nodes constitute linked lists with break points.
Constructor Summary | |
PassiveNode(int curBreak,
int serial,
PassiveNode prevBreak)
Creates a new object. |
Method Summary | |
int |
getCurBreak()
Getter for curBreak. |
PassiveNode |
getNextBreak()
Getter for nextBreak. |
PassiveNode |
getPrevBreak()
Getter for prevBreak. |
int |
getSerial()
Getter for serial. |
void |
setNextBreak(PassiveNode pn)
Setter for the next break node. |
java.lang.String |
toString()
|
void |
toString(java.lang.StringBuffer sb)
Print the current object to a target string buffer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PassiveNode(int curBreak, int serial, PassiveNode prevBreak)
curBreak
- the index of this break pointserial
- the serial number for printingprevBreak
- the previous passive nodeMethod Detail |
public int getCurBreak()
public PassiveNode getNextBreak()
public PassiveNode getPrevBreak()
public int getSerial()
public void setNextBreak(PassiveNode pn)
pn
- the next passive nodepublic java.lang.String toString()
Object.toString()
public void toString(java.lang.StringBuffer sb)
sb
- the target string buffer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |