Package org.jungrapht.samples.util
Class DemoTreeSupplier
- java.lang.Object
-
- org.jungrapht.samples.util.DemoTreeSupplier
-
public class DemoTreeSupplier extends Object
- Author:
- Tom Nelson
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DemoTreeSupplier.EdgeSupplier
static class
DemoTreeSupplier.VertexSupplier
-
Constructor Summary
Constructors Constructor Description DemoTreeSupplier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jgrapht.Graph<String,Integer>
createForest()
static org.jgrapht.Graph<String,Integer>
createForest2()
static org.jgrapht.Graph<String,Integer>
createForestForTidierTreeLayout()
static org.jgrapht.Graph<String,Integer>
createGenericTreeOne()
static org.jgrapht.Graph<String,Integer>
createNonTree()
static org.jgrapht.Graph<String,Integer>
createSmallTree()
static org.jgrapht.Graph<String,Integer>
createTreeOne()
static org.jgrapht.Graph<String,Integer>
createTreeTwo()
static org.jgrapht.Graph<String,Integer>
createTreeZero()
static org.jgrapht.Graph<String,Integer>
generateDag()
static org.jgrapht.Graph<String,Integer>
generateForest(int roots, int nodes)
static org.jgrapht.Graph<String,Integer>
generatePicture()
static org.jgrapht.Graph<String,Integer>
generateProgramGraph()
static org.jgrapht.Graph<String,Integer>
generateProgramGraph2()
static org.jgrapht.Graph<String,Integer>
generateProgramGraph3()
-