Uses of Class
org.abego.treelayout.TreeLayout
-
Packages that use TreeLayout Package Description org.abego.treelayout.demo.svg Demonstrates how to use theTreeLayout
to create a tree diagram with SVG (Scalable Vector Graphic).org.abego.treelayout.demo.swing Demonstration how to use theTreeLayout
to render a tree in a Swing application. -
-
Uses of TreeLayout in org.abego.treelayout.demo.svg
Fields in org.abego.treelayout.demo.svg declared as TreeLayout Modifier and Type Field Description private TreeLayout<TextInBox>
SVGForTextInBoxTree. treeLayout
Constructors in org.abego.treelayout.demo.svg with parameters of type TreeLayout Constructor Description SVGForTextInBoxTree(TreeLayout<TextInBox> treeLayout)
-
Uses of TreeLayout in org.abego.treelayout.demo.swing
Fields in org.abego.treelayout.demo.swing declared as TreeLayout Modifier and Type Field Description private TreeLayout<TextInBox>
TextInBoxTreePane. treeLayout
Constructors in org.abego.treelayout.demo.swing with parameters of type TreeLayout Constructor Description TextInBoxTreePane(TreeLayout<TextInBox> treeLayout)
Specifies the tree to be displayed by passing in aTreeLayout
for that tree.
-