|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParagraphBuilder
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 |
|---|
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 errorvoid setNodefactory(NodeFactory nodeFactory)
nodeFactory - the node factoryvoid setOptions(TypesetterOptions options)
options - the options to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||