|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.gui.treevisualizer.PlaceNode1
public class PlaceNode1
This class will place the Nodes of a tree.
It will place these nodes so that they symetrically fill each row. This is simple to calculate but is not visually nice for most trees.
Constructor Summary | |
---|---|
PlaceNode1()
|
Method Summary | |
---|---|
void |
place(Node r)
Call this function to have each node in the tree starting at 'r' placed in a visual (not logical, they already are) tree position. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlaceNode1()
Method Detail |
---|
public void place(Node r)
place
in interface NodePlace
r
- The top of the tree.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |