de.aitools.iv.graphdrawing.misc
Class ReingoldTilfordAlgorithm

java.lang.Object
  extended by de.aitools.iv.graphdrawing.misc.ReingoldTilfordAlgorithm

public class ReingoldTilfordAlgorithm
extends java.lang.Object

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.

Author:
Frank Benteler, bigben@uni-paderborn.de

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

maxX

public int maxX

maxY

public int maxY
Constructor Detail

ReingoldTilfordAlgorithm

public ReingoldTilfordAlgorithm(ReingoldTilfordGraph graph,
                                int rtRoot)