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

Variable Index

 o GTreeGraphics

Constructor Index

 o TreeGraphics()

Method Index

 o DrawInternal(String, String)
 o DrawLeaf(String)

Variables

 o GTreeGraphics
  public TreeGraphics GTreeGraphics

Constructors

 o TreeGraphics
  public TreeGraphics()

Methods

 o DrawInternal
  public abstract void DrawInternal(String nodeLabel,
                                    String color)
 o DrawLeaf
  public abstract void DrawLeaf(String color)

All Packages  Class Hierarchy  This Package  Previous  Next  Index