de.aitools.iv.graphdrawing.nativetree
Class ReingoldTilfordExtendedLayout

java.lang.Object
  extended by de.aitools.iv.graphdrawing.nativetree.ReingoldTilfordExtendedLayout

public class ReingoldTilfordExtendedLayout
extends java.lang.Object

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

Constructor Summary
ReingoldTilfordExtendedLayout(UndirectedGraph graph, Vertex root, NativeTreeVisualization visualization)
           
 
Method Summary
 void compute()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReingoldTilfordExtendedLayout

public ReingoldTilfordExtendedLayout(UndirectedGraph graph,
                                     Vertex root,
                                     NativeTreeVisualization visualization)
Method Detail

compute

public void compute()