Package org.abego.treelayout.demo
Class SampleTreeFactory
- java.lang.Object
-
- org.abego.treelayout.demo.SampleTreeFactory
-
public class SampleTreeFactory extends java.lang.Object
Creates "Sample" trees, e.g. to be used in demonstrations.
-
-
Constructor Summary
Constructors Constructor Description SampleTreeFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TreeForTreeLayout<TextInBox>
createSampleTree()
static TreeForTreeLayout<TextInBox>
createSampleTree2()
-
-
-
Method Detail
-
createSampleTree
public static TreeForTreeLayout<TextInBox> createSampleTree()
- Returns:
- a "Sample" tree with
TextInBox
items as nodes.
-
createSampleTree2
public static TreeForTreeLayout<TextInBox> createSampleTree2()
- Returns:
- a "Sample" tree with
TextInBox
items as nodes.
-
-