|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.typesetter.core.paragraphBuilder.trivial.TrivialBuilder
public class TrivialBuilder
This class implements a trivial paragraph builder.
| Constructor Summary | |
|---|---|
TrivialBuilder()
Creates a new object. |
|
| Method Summary | |
|---|---|
NodeList |
build(HorizontalListNode nodes)
Break a horizontal list into lines. |
void |
enableLogging(java.util.logging.Logger log)
Setter for the logger. |
void |
setNodefactory(NodeFactory nodeFactory)
Setter for the node factory. |
void |
setOptions(TypesetterOptions options)
Setter for options. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrivialBuilder()
| Method Detail |
|---|
public NodeList build(HorizontalListNode nodes)
build in interface ParagraphBuildernodes - the horizontal node list containing all nodes for the
paragraph
VerticalListNode containing the hboxes of the linesParagraphBuilder.build(
org.extex.typesetter.type.node.HorizontalListNode)public void enableLogging(java.util.logging.Logger log)
enableLogging in interface LogEnabledlog - the logger to useLogEnabled.enableLogging(
java.util.logging.Logger)public void setNodefactory(NodeFactory nodeFactory)
setNodefactory in interface ParagraphBuildernodeFactory - the node factoryParagraphBuilder.setNodefactory(
org.extex.typesetter.type.node.factory.NodeFactory)public void setOptions(TypesetterOptions options)
setOptions in interface ParagraphBuilderoptions - the options to set.ParagraphBuilder.setOptions(
org.extex.typesetter.TypesetterOptions)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||