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
-
NullTreeGraphics()
-
-
DrawInternal(String, String)
-
-
DrawLeaf(String)
-
NullTreeGraphics
public NullTreeGraphics()
DrawInternal
public void DrawInternal(String nodeLabel,
String color)
- Overrides:
- DrawInternal in class TreeGraphics
DrawLeaf
public void DrawLeaf(String color)
- Overrides:
- DrawLeaf in class TreeGraphics
All Packages Class Hierarchy This Package Previous Next Index