Uses of Interface
org.abego.treelayout.TreeForTreeLayout

Packages that use TreeForTreeLayout
org.abego.treelayout Efficiently create compact, highly customizable tree layouts. 
org.abego.treelayout.util Various utility classes to simplify usage of the TreeLayout
 

Uses of TreeForTreeLayout in org.abego.treelayout
 

Methods in org.abego.treelayout that return TreeForTreeLayout
 TreeForTreeLayout<TreeNode> TreeLayout.getTree()
          Returns the Tree the layout is created for.
 

Constructors in org.abego.treelayout with parameters of type TreeForTreeLayout
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 TreeForTreeLayout in org.abego.treelayout.util
 

Classes in org.abego.treelayout.util that implement TreeForTreeLayout
 class AbstractTreeForTreeLayout<TreeNode>
          Provides an easy way to implement the TreeForTreeLayout interface by defining just two simple methods and a constructor.
 class DefaultTreeForTreeLayout<TreeNode>
          Provides a generic implementation for the TreeForTreeLayout interface, applicable to any type of tree node.
 



Copyright © 2011 abego Software GmbH, Germany. All Rights Reserved.