|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectikg.adt.tree.TreeShow
public final class TreeShow
Title: VisualBinTree Description: Visuelle Darstellung binaerer Baeume Copyright: Copyright (c) 2002 Company: LFB
| Constructor Summary | |
|---|---|
TreeShow()
|
|
| Method Summary | |
|---|---|
static void |
showTree(java.awt.Graphics g,
Tree b,
int l,
int r,
int t)
draw the actual state of tree b |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeShow()
| Method Detail |
|---|
public static void showTree(java.awt.Graphics g,
Tree b,
int l,
int r,
int t)
g - the graphics environmentb - the binary treel - left space to the graphic windowr - right space to the graphic windowt - recursiondepth counter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||