de.aitools.iv.graphdrawing.nativeboxtree
Class ReingoldTilfordExtendedLayout

java.lang.Object
  extended by de.aitools.iv.graphdrawing.nativeboxtree.ReingoldTilfordExtendedLayout
All Implemented Interfaces:
Layout

public class ReingoldTilfordExtendedLayout
extends java.lang.Object
implements Layout

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

Constructor Summary
ReingoldTilfordExtendedLayout(UndirectedGraph graph, Vertex root, NativeBoxTreeVisualization 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,
                                     NativeBoxTreeVisualization visualization)
Method Detail

compute

public void compute()
Specified by:
compute in interface Layout