Uses of Class
org.abego.treelayout.demo.TextInBox
-
Packages that use TextInBox Package Description org.abego.treelayout.demo Classes used by various "Demo" applications for theTreeLayout
.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 TextInBox in org.abego.treelayout.demo
Methods in org.abego.treelayout.demo that return types with arguments of type TextInBox Modifier and Type Method Description static TreeForTreeLayout<TextInBox>
SampleTreeFactory. createSampleTree()
static TreeForTreeLayout<TextInBox>
SampleTreeFactory. createSampleTree2()
Methods in org.abego.treelayout.demo with parameters of type TextInBox Modifier and Type Method Description double
TextInBoxNodeExtentProvider. getHeight(TextInBox treeNode)
double
TextInBoxNodeExtentProvider. getWidth(TextInBox treeNode)
-
Uses of TextInBox in org.abego.treelayout.demo.svg
Constructor parameters in org.abego.treelayout.demo.svg with type arguments of type TextInBox Constructor Description SVGForTextInBoxTree(TreeLayout<TextInBox> treeLayout)
-
Uses of TextInBox in org.abego.treelayout.demo.swing
Constructor parameters in org.abego.treelayout.demo.swing with type arguments of type TextInBox Constructor Description TextInBoxTreePane(TreeLayout<TextInBox> treeLayout)
Specifies the tree to be displayed by passing in aTreeLayout
for that tree.
-