Package | Description |
---|---|
org.abego.treelayout |
Efficiently create compact, highly customizable tree layouts.
|
org.abego.treelayout.demo |
Classes used by various "Demo" applications for the
TreeLayout . |
org.abego.treelayout.demo.svg |
Demonstrates how to use the
TreeLayout to create a tree diagram with
SVG (Scalable Vector Graphic). |
org.abego.treelayout.demo.swing |
Demonstration how to use the
TreeLayout to render a tree in a Swing
application. |
org.abego.treelayout.util |
Various utility classes to simplify usage of the
TreeLayout . |
Modifier and Type | Field and Description |
---|---|
private TreeForTreeLayout<TreeNode> |
TreeLayout.tree |
Modifier and Type | Method and Description |
---|---|
TreeForTreeLayout<TreeNode> |
TreeLayout.getTree()
Returns the Tree the layout is created for.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
static TreeForTreeLayout<TextInBox> |
SampleTreeFactory.createSampleTree() |
static TreeForTreeLayout<TextInBox> |
SampleTreeFactory.createSampleTree2() |
Modifier and Type | Method and Description |
---|---|
private TreeForTreeLayout<TextInBox> |
SVGForTextInBoxTree.getTree() |
Modifier and Type | Method and Description |
---|---|
private static TreeForTreeLayout<TextInBox> |
SwingDemo.getSampleTree(java.lang.String treeName) |
private TreeForTreeLayout<TextInBox> |
TextInBoxTreePane.getTree() |
Modifier and Type | Class and Description |
---|---|
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. |