de.aitools.iv.graphdrawing.nativeboxtree
Class WalkerExtendedLayout

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

public class WalkerExtendedLayout
extends java.lang.Object
implements Layout

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

Constructor Summary
WalkerExtendedLayout(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

WalkerExtendedLayout

public WalkerExtendedLayout(UndirectedGraph graph,
                            Vertex root,
                            NativeBoxTreeVisualization visualization)
Method Detail

compute

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