|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.unit.tex.table.util.PreambleItem
public class PreambleItem
This class provides a building block for the preamble of an alignment.
| Constructor Summary | |
|---|---|
PreambleItem(Tokens preTokens,
Tokens postTokens)
Creates a new object. |
|
| Method Summary | |
|---|---|
Tokens |
getPost()
Getter for the tokens after the insertion text. |
Tokens |
getPre()
Getter for the tokens before the insertion text. |
java.lang.String |
toString()
Get the printable representation of this instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PreambleItem(Tokens preTokens,
Tokens postTokens)
preTokens - the tokens before the insertion textpostTokens - the tokens after the insertion text| Method Detail |
|---|
public Tokens getPost()
public Tokens getPre()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||