Class mjr.treegraphics.TreeGraphics
All Packages Class Hierarchy This Package Previous Next Index
Class mjr.treegraphics.TreeGraphics
java.lang.Object
|
+----mjr.treegraphics.TreeGraphics
- public class TreeGraphics
- extends Object
A generic TreeGraphics interface.
This code was ported by
mjr
from the pascal source written by
bmc.
- See Also:
- ASCIITreeGraphics
-
GTreeGraphics
-
-
TreeGraphics()
-
-
DrawInternal(String, String)
-
-
DrawLeaf(String)
-
GTreeGraphics
public TreeGraphics GTreeGraphics
TreeGraphics
public TreeGraphics()
DrawInternal
public abstract void DrawInternal(String nodeLabel,
String color)
DrawLeaf
public abstract void DrawLeaf(String color)
All Packages Class Hierarchy This Package Previous Next Index