public class GraphRenderer extends Object
| Constructor and Description |
|---|
GraphRenderer(StyledTextOutput output) |
| Modifier and Type | Method and Description |
|---|---|
void |
completeChildren()
Completes visiting the children of the node which most recently started visiting children.
|
void |
startChildren()
Starts visiting the children of the most recently visited node.
|
void |
visit(Action<? super StyledTextOutput> node,
boolean lastChild)
Visits a node in the graph.
|
public GraphRenderer(StyledTextOutput output)
public void visit(Action<? super StyledTextOutput> node, boolean lastChild)
public void startChildren()
public void completeChildren()
Copyright © 2013. All rights reserved