Uses of Class
org.abego.treelayout.TreeLayout
-
Packages that use TreeLayout Package Description org.abego.treelayout.demo.svg Demonstrates how to use theTreeLayoutto create a tree diagram with SVG (Scalable Vector Graphic).org.abego.treelayout.demo.swing Demonstration how to use theTreeLayoutto 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. treeLayoutConstructors 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. treeLayoutConstructors 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 aTreeLayoutfor that tree.
-