|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes the function to split a large line into several junks.
Method Summary | |
NodeList |
build(HorizontalListNode nodes)
Break a horizontal list into lines. |
void |
setNodefactory(NodeFactory nodeFactory)
Setter for the node factory. |
void |
setOptions(TypesetterOptions options)
Setter for options. |
Method Detail |
public NodeList build(HorizontalListNode nodes) throws TypesetterException
nodes
- the horizontal node list containing all nodes for the
paragraph
VerticalListNode
containing the hboxes of the lines
TypesetterException
- in case of an errorpublic void setNodefactory(NodeFactory nodeFactory)
nodeFactory
- the node factorypublic void setOptions(TypesetterOptions options)
options
- the options to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |