|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListManager
Interface for the Manager of a list maker.
| Method Summary | |
|---|---|
NodeList |
buildParagraph(HorizontalListNode nodes)
Invoke the paragraph builder on a list of nodes. |
void |
endParagraph()
End the current paragraph. |
ListMaker |
ensureHorizontalMode(Locator locator)
Switch to horizontal mode if necessary. |
NodeFactory |
getNodeFactory()
Getter for the char node factory. |
TypesetterOptions |
getOptions()
Getter for the options object. |
ListMaker |
pop()
Discard the top of the stack of list makers. |
void |
push(ListMaker listMaker)
Push a new element to the stack of list makers. |
void |
setSpacefactor(FixedCount spaceFactor)
Setter for the space factor |
| Method Detail |
|---|
NodeList buildParagraph(HorizontalListNode nodes)
throws TypesetterException
nodes - the nodes to make a paragraph from
TypesetterException - in case of an error
void endParagraph()
throws TypesetterException,
ConfigurationException
TypesetterException - in case of an error
ConfigurationException - in case of an configuration problem
ListMaker ensureHorizontalMode(Locator locator)
throws TypesetterException
locator - the locator
TypesetterException - in case of an errorNodeFactory getNodeFactory()
TypesetterOptions getOptions()
ListMaker pop()
throws TypesetterException
TypesetterException - in case of an error
void push(ListMaker listMaker)
throws TypesetterException
listMaker - the new element to push
TypesetterException - in case of an error
void setSpacefactor(FixedCount spaceFactor)
throws TypesetterUnsupportedException,
InvalidSpacefactorException
spaceFactor - the space factor
TypesetterUnsupportedException - in case of an error
InvalidSpacefactorException - in case of an invalid space factor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||