Uses of Class
org.abego.treelayout.TreeLayout
Packages that use TreeLayout
Package
Description
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.-
Uses of TreeLayout in org.abego.treelayout.demo.svg
Fields in org.abego.treelayout.demo.svg declared as TreeLayoutModifier and TypeFieldDescriptionprivate final TreeLayout<TextInBox>
SVGForTextInBoxTree.treeLayout
Constructors in org.abego.treelayout.demo.svg with parameters of type TreeLayout -
Uses of TreeLayout in org.abego.treelayout.demo.swing
Fields in org.abego.treelayout.demo.swing declared as TreeLayoutModifier and TypeFieldDescriptionprivate final TreeLayout<TextInBox>
TextInBoxTreePane.treeLayout
Constructors in org.abego.treelayout.demo.swing with parameters of type TreeLayoutModifierConstructorDescriptionTextInBoxTreePane
(TreeLayout<TextInBox> treeLayout) Specifies the tree to be displayed by passing in aTreeLayout
for that tree.