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
.Demonstrates how to use the
TreeLayout
to create a tree diagram with
SVG (Scalable Vector Graphic).Demonstration how to use the
TreeLayout
to render a tree in a Swing
application.Various utility classes to simplify usage of the
TreeLayout
.-
Uses of TreeForTreeLayout in org.abego.treelayout
Fields in org.abego.treelayout declared as TreeForTreeLayoutMethods 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.demo.svg
Methods in org.abego.treelayout.demo.svg that return TreeForTreeLayoutModifier and TypeMethodDescriptionprivate TreeForTreeLayout
<TextInBox> SVGForTextInBoxTree.getTree()
-
Uses of TreeForTreeLayout in org.abego.treelayout.demo.swing
Methods in org.abego.treelayout.demo.swing that return TreeForTreeLayoutModifier and TypeMethodDescriptionprivate static TreeForTreeLayout
<TextInBox> SwingDemo.getSampleTree
(String treeName) private TreeForTreeLayout
<TextInBox> TextInBoxTreePane.getTree()
-
Uses of TreeForTreeLayout in org.abego.treelayout.util
Classes in org.abego.treelayout.util that implement TreeForTreeLayoutModifier and TypeClassDescriptionclass
AbstractTreeForTreeLayout<TreeNode>
Provides an easy way to implement theTreeForTreeLayout
interface by defining just two simple methods and a constructor.class
DefaultTreeForTreeLayout<TreeNode>
Provides a generic implementation for theTreeForTreeLayout
interface, applicable to any type of tree node.