Package org.abego.treelayout.util
package org.abego.treelayout.util
Various utility classes to simplify usage of the
TreeLayout.-
ClassesClassDescriptionAbstractTreeForTreeLayout<TreeNode>Provides an easy way to implement the
TreeForTreeLayoutinterface by defining just two simple methods and a constructor.DefaultConfiguration<TreeNode>Specify aConfigurationthrough configurable parameters, or falling back to some frequently used defaults.DefaultTreeForTreeLayout<TreeNode>Provides a generic implementation for theTreeForTreeLayoutinterface, applicable to any type of tree node.ANodeExtentProviderreturning the same width and height for each node.