Uses of Class
org.abego.treelayout.TreeLayout.DumpConfiguration
Packages that use TreeLayout.DumpConfiguration
Package
Description
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.DumpConfigurationModifier and TypeMethodDescriptionvoid
TreeLayout.dumpTree
(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
(PrintStream output, TreeNode node, int indent, TreeLayout.DumpConfiguration dumpConfiguration)