public class TreeFormatter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
TreeFormatter.TreeNode |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NOT_VISIBLE_NODE |
Constructor and Description |
---|
TreeFormatter(java.io.PrintWriter stdout) |
Modifier and Type | Method and Description |
---|---|
void |
printTree(java.util.SortedSet<? extends TreeFormatter.TreeNode> rootNodes) |
void |
printTree(TreeFormatter.TreeNode rootNode) |
public static final java.lang.String NOT_VISIBLE_NODE
public void printTree(java.util.SortedSet<? extends TreeFormatter.TreeNode> rootNodes)
public void printTree(TreeFormatter.TreeNode rootNode)