|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TokenDelegateListMaker
This interface describes the capabilities of a list maker.
| Method Summary | |
|---|---|
void |
cr(Context context,
TypesettingContext tc,
UnicodeChar uc)
Process a carriage return. |
boolean |
letter(UnicodeChar uc,
TypesettingContext tc,
Context context,
TokenSource source,
Locator locator)
Add a letter to the current list or treat it in some other appropriate way. |
void |
mathShift(Context context,
TokenSource source,
Token t)
Treat a math shift character. |
void |
subscriptMark(Context context,
TokenSource source,
Typesetter typesetter,
Token token)
Treat a subscript mark. |
void |
superscriptMark(Context context,
TokenSource source,
Typesetter typesetter,
Token token)
Treat a superscript mark. |
void |
tab(Context context,
TokenSource source,
Token t)
Treat a alignment tab character. |
| Methods inherited from interface org.extex.typesetter.ListMaker |
|---|
add, add, addAndAdjust, addSpace, afterParagraph, complete, getLastNode, getLocator, getMode, getPrevDepth, getSpacefactor, leftBrace, par, removeLastNode, rightBrace, setPrevDepth, setSpacefactor, showlist |
| Method Detail |
|---|
void cr(Context context,
TypesettingContext tc,
UnicodeChar uc)
throws TypesetterException
context - the interpreter contexttc - the typesetting contextuc - the character
TypesetterException - in case of an error
boolean letter(UnicodeChar uc,
TypesettingContext tc,
Context context,
TokenSource source,
Locator locator)
throws TypesetterException
tc - the typesetting contextuc - the charactercontext - the interpreter contextsource - the source for new tokenslocator - the locator
true iff the character has been discarded because
it is not defined in the current font.
TypesetterException - in case of an error
void mathShift(Context context,
TokenSource source,
Token t)
throws TypesetterException,
ConfigurationException,
HelpingException
context - the interpreter contextsource - the source for new tokenst - the actual math shift character token
HelpingException - in case of an error
TypesetterException - in case of an error
ConfigurationException - in case of a configuration error
void subscriptMark(Context context,
TokenSource source,
Typesetter typesetter,
Token token)
throws TypesetterException,
HelpingException
context - the interpreter contextsource - the source for new tokenstypesetter - the typesettertoken - the actual sub mark token
HelpingException - in case of an error
TypesetterException - in case of an error
void superscriptMark(Context context,
TokenSource source,
Typesetter typesetter,
Token token)
throws TypesetterException,
HelpingException
context - the interpreter contextsource - the source for new tokenstypesetter - the typesettertoken - the actual super mark token
HelpingException - in case of an error
TypesetterException - in case of an error
void tab(Context context,
TokenSource source,
Token t)
throws TypesetterException,
ConfigurationException
context - the interpreter contextsource - the source for new tokenst - the actual tab token
TypesetterException - in case of an error
ConfigurationException - in case of a configuration error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||