Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static TreeForTreeLayout<TextInBox> |
SampleTreeFactory.createSampleTree() |
static TreeForTreeLayout<TextInBox> |
SampleTreeFactory.createSampleTree2() |
Modifier and Type | Method and Description |
---|---|
double |
TextInBoxNodeExtentProvider.getHeight(TextInBox treeNode) |
double |
TextInBoxNodeExtentProvider.getWidth(TextInBox treeNode) |
Constructor and Description |
---|
SVGForTextInBoxTree(TreeLayout<TextInBox> treeLayout) |
Constructor and Description |
---|
TextInBoxTreePane(TreeLayout<TextInBox> treeLayout)
Specifies the tree to be displayed by passing in a
TreeLayout for
that tree. |
Copyright © 2019. All Rights Reserved.