|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.typesetter.tex.paragraph.PassiveNode
public class 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()
Returns a string representation of the object. |
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 node| Method 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()
toString in class java.lang.ObjectObject.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 | |||||||||