public class PlaceNode1 extends java.lang.Object implements NodePlace
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 and Description |
---|
PlaceNode1() |
Modifier and Type | Method and Description |
---|---|
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.
|