Uses of Class
org.abego.treelayout.TreeLayout.DumpConfiguration
-
Packages that use TreeLayout.DumpConfiguration Package Description org.abego.treelayout Efficiently create compact, highly customizable tree layouts. -
-
Uses of TreeLayout.DumpConfiguration in org.abego.treelayout
Methods in org.abego.treelayout with parameters of type TreeLayout.DumpConfiguration Modifier and Type Method 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)
-