Uses of Interface
org.abego.treelayout.TreeForTreeLayout
Packages that use TreeForTreeLayout
Package
Description
Efficiently create compact, highly customizable tree layouts.
Classes used by various "Demo" applications for the
TreeLayout.Various utility classes to simplify usage of the
TreeLayout.-
Uses of TreeForTreeLayout in org.abego.treelayout
Methods in org.abego.treelayout that return TreeForTreeLayoutModifier and TypeMethodDescriptionTreeLayout.getTree()Returns the Tree the layout is created for.Constructors in org.abego.treelayout with parameters of type TreeForTreeLayoutModifierConstructorDescriptionTreeLayout(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.demo
Methods in org.abego.treelayout.demo that return TreeForTreeLayoutModifier and TypeMethodDescriptionstatic TreeForTreeLayout<TextInBox> SampleTreeFactory.createSampleTree()static TreeForTreeLayout<TextInBox> SampleTreeFactory.createSampleTree2() -
Uses of TreeForTreeLayout in org.abego.treelayout.util
Classes in org.abego.treelayout.util that implement TreeForTreeLayoutModifier and TypeClassDescriptionclassAbstractTreeForTreeLayout<TreeNode>Provides an easy way to implement theTreeForTreeLayoutinterface by defining just two simple methods and a constructor.classDefaultTreeForTreeLayout<TreeNode>Provides a generic implementation for theTreeForTreeLayoutinterface, applicable to any type of tree node.