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