Class EDU.auburn.VGJ.algorithm.tree.TreeAlgorithm
All Packages Class Hierarchy This Package Previous Next Index
Class EDU.auburn.VGJ.algorithm.tree.TreeAlgorithm
java.lang.Object
|
+----EDU.auburn.VGJ.algorithm.tree.TreeAlgorithm
- public class TreeAlgorithm
- extends Object
- implements GraphAlgorithm
An algorithm for laying out a graph as a tree.
Here is the source.
-
TreeAlgorithm(char)
-
-
compute(Graph, GraphUpdate)
-
TreeAlgorithm
public TreeAlgorithm(char orientation)
compute
public String compute(Graph graph,
GraphUpdate update)
All Packages Class Hierarchy This Package Previous Next Index