Package | Description |
---|---|
org.abego.treelayout |
Efficiently create compact, highly customizable tree layouts.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeLayout.dumpTree(java.io.PrintStream printStream,
TreeLayout.DumpConfiguration dumpConfiguration)
Prints a dump of the tree to the given printStream, using the node's
"toString" method.
|
private void |
TreeLayout.dumpTree(java.io.PrintStream output,
TreeNode node,
int indent,
TreeLayout.DumpConfiguration dumpConfiguration) |