|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes a list for alignments with the associated methods.
Method Summary | |
void |
cr(Context context,
TokenSource source,
NodeList noalign)
This method is invoked when a row in the alignment is complete and the cells can be integrated. |
void |
crcr(Context context,
TokenSource source,
Typesetter typesetter)
This method is invoked when a row in the alignment is complete and the cells can be integrated. |
void |
omit()
The invocation of this method indicates that the pattern for the current cell should not be taken from the preamble but the default should be used instead. |
void |
span(Context context,
TokenSource source)
This method is invoked when a cell is complete which should be continued in the next cell. |
Method Detail |
public void cr(Context context, TokenSource source, NodeList noalign) throws TypesetterException
context
- the interpreter contextsource
- the token sourcenoalign
- the tokens to be inserted or null
TypesetterException
- in case of an errorpublic void crcr(Context context, TokenSource source, Typesetter typesetter) throws TypesetterException
cr()
this method is a noop when the alignment is at the beginning of a row.
context
- the interpreter contextsource
- the token source
TypesetterException
- in case of an errorpublic void omit() throws TypesetterException
TypesetterException
- in case of an errorpublic void span(Context context, TokenSource source) throws TypesetterException
context
- the interpreter contextsource
- the token source
TypesetterException
- in case of an error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |