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
Fields in org.abego.treelayout.demo.svg with type parameters of type TextInBoxModifier and TypeFieldDescriptionprivate final TreeLayout<TextInBox> SVGForTextInBoxTree.treeLayoutMethods in org.abego.treelayout.demo.svg that return types with arguments of type TextInBoxModifier and TypeMethodDescriptionSVGForTextInBoxTree.getChildren(TextInBox parent) private TreeForTreeLayout<TextInBox> SVGForTextInBoxTree.getTree()Methods in org.abego.treelayout.demo.svg with parameters of type TextInBoxModifier and TypeMethodDescriptionprivate voidSVGForTextInBoxTree.generateBox(StringBuilder result, TextInBox textInBox) private voidSVGForTextInBoxTree.generateEdges(StringBuilder result, TextInBox parent) private Rectangle2D.DoubleSVGForTextInBoxTree.getBoundsOfNode(TextInBox node) SVGForTextInBoxTree.getChildren(TextInBox parent) Constructor parameters in org.abego.treelayout.demo.svg with type arguments of type TextInBox -
Uses of TextInBox in org.abego.treelayout.demo.swing
Fields in org.abego.treelayout.demo.swing with type parameters of type TextInBoxModifier and TypeFieldDescriptionprivate final TreeLayout<TextInBox> TextInBoxTreePane.treeLayoutMethods in org.abego.treelayout.demo.swing that return types with arguments of type TextInBoxModifier and TypeMethodDescriptionTextInBoxTreePane.getChildren(TextInBox parent) private static TreeForTreeLayout<TextInBox> SwingDemo.getSampleTree(String treeName) private TreeForTreeLayout<TextInBox> TextInBoxTreePane.getTree()Methods in org.abego.treelayout.demo.swing with parameters of type TextInBoxModifier and TypeMethodDescriptionprivate Rectangle2D.DoubleTextInBoxTreePane.getBoundsOfNode(TextInBox node) TextInBoxTreePane.getChildren(TextInBox parent) private voidprivate voidTextInBoxTreePane.paintEdges(Graphics g, TextInBox parent) 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.