Class mjr.treegraphics.NullTreeGraphics
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mjr.treegraphics.NullTreeGraphics

java.lang.Object
   |
   +----mjr.treegraphics.TreeGraphics
           |
           +----mjr.treegraphics.NullTreeGraphics

public class NullTreeGraphics
extends TreeGraphics
An implementation of TreeGraphics that displays nothing. This code was ported by mjr from the pascal source written by bmc.

See Also:
TreeGraphics

Constructor Index

 o NullTreeGraphics()

Method Index

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

Constructors

 o NullTreeGraphics
  public NullTreeGraphics()

Methods

 o DrawInternal
  public void DrawInternal(String nodeLabel,
                           String color)
Overrides:
DrawInternal in class TreeGraphics
 o DrawLeaf
  public void DrawLeaf(String color)
Overrides:
DrawLeaf in class TreeGraphics

All Packages  Class Hierarchy  This Package  Previous  Next  Index