Uses of Interface
org.abego.treelayout.Configuration
Packages that use Configuration
Package
Description
Efficiently create compact, highly customizable tree layouts.
Various utility classes to simplify usage of the
TreeLayout.-
Uses of Configuration in org.abego.treelayout
Fields in org.abego.treelayout declared as ConfigurationMethods in org.abego.treelayout that return ConfigurationModifier and TypeMethodDescriptionTreeLayout.getConfiguration()Returns the Configuration used by thisTreeLayout.Constructors in org.abego.treelayout with parameters of type ConfigurationModifierConstructorDescriptionTreeLayout(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 ConfigurationModifier and TypeClassDescriptionclassDefaultConfiguration<TreeNode>Specify aConfigurationthrough configurable parameters, or falling back to some frequently used defaults.