|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.iv.graphdrawing.misc.ReingoldTilfordAlgorithm
public class ReingoldTilfordAlgorithm
This implements the Reingold-Tilford layout algorithm for trees.
IEEE transactions on software engineering, vol. SE-7, No.2, March 1981
Supports trees with more then two children.
Field Summary | |
---|---|
int |
maxX
|
int |
maxY
|
Constructor Summary | |
---|---|
ReingoldTilfordAlgorithm(ReingoldTilfordGraph graph,
int rtRoot)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int maxX
public int maxY
Constructor Detail |
---|
public ReingoldTilfordAlgorithm(ReingoldTilfordGraph graph, int rtRoot)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |