Uses of Interface
org.abego.treelayout.Configuration
-
Packages that use Configuration Package Description org.abego.treelayout Efficiently create compact, highly customizable tree layouts.org.abego.treelayout.util Various utility classes to simplify usage of theTreeLayout
. -
-
Uses of Configuration in org.abego.treelayout
Fields in org.abego.treelayout declared as Configuration Modifier and Type Field Description private Configuration<TreeNode>
TreeLayout. configuration
Methods in org.abego.treelayout that return Configuration Modifier and Type Method Description Configuration<TreeNode>
TreeLayout. getConfiguration()
Returns the Configuration used by thisTreeLayout
.Constructors in org.abego.treelayout with parameters of type Configuration Constructor Description TreeLayout(TreeForTreeLayout<TreeNode> tree, NodeExtentProvider<TreeNode> nodeExtentProvider, Configuration<TreeNode> configuration)
TreeLayout(TreeForTreeLayout<TreeNode> tree, NodeExtentProvider<TreeNode> nodeExtentProvider, Configuration<TreeNode> configuration, boolean useIdentity)
Creates a TreeLayout for a given tree. -
Uses of Configuration in org.abego.treelayout.util
Classes in org.abego.treelayout.util that implement Configuration Modifier and Type Class Description class
DefaultConfiguration<TreeNode>
Specify aConfiguration
through configurable parameters, or falling back to some frequently used defaults.
-