Uses of Class
org.abego.treelayout.demo.TextInBox
Packages that use TextInBox
Package
Description
Classes used by various "Demo" applications for the
TreeLayout.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 TextInBox in org.abego.treelayout.demo
Methods in org.abego.treelayout.demo that return types with arguments of type TextInBoxModifier and TypeMethodDescriptionstatic TreeForTreeLayout<TextInBox> SampleTreeFactory.createSampleTree()static TreeForTreeLayout<TextInBox> SampleTreeFactory.createSampleTree2()Methods in org.abego.treelayout.demo with parameters of type TextInBox -
Uses of TextInBox in org.abego.treelayout.demo.svg
Constructor parameters in org.abego.treelayout.demo.svg with type arguments of type TextInBox -
Uses of TextInBox in org.abego.treelayout.demo.swing
Constructor parameters in org.abego.treelayout.demo.swing with type arguments of type TextInBoxModifierConstructorDescriptionTextInBoxTreePane(TreeLayout<TextInBox> treeLayout) Specifies the tree to be displayed by passing in aTreeLayoutfor that tree.