|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.jku.ssw.DotMaker
public class DotMaker
An maker of dot strings for GraphViz in order to display data structures.
Constructor Summary | |
---|---|
DotMaker()
|
Method Summary | |
---|---|
static java.lang.String |
makeDotForBinaryTree(TreeNode root)
Creates a dot string for a binary tree. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DotMaker()
Method Detail |
---|
public static java.lang.String makeDotForBinaryTree(TreeNode root)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |