de.aitools.iv.graphdrawing.jtree
Class ExpandFirstColumns

java.lang.Object
  extended by de.aitools.iv.graphdrawing.jtree.ExpandFirstColumns
All Implemented Interfaces:
ExpandStrategy

public class ExpandFirstColumns
extends java.lang.Object
implements ExpandStrategy

Expands the first columns of the tree.

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

Constructor Summary
ExpandFirstColumns(int columns)
           
 
Method Summary
 void compute(UndirectedGraph g, Vertex root, Visualization visualization)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandFirstColumns

public ExpandFirstColumns(int columns)
Method Detail

compute

public void compute(UndirectedGraph g,
                    Vertex root,
                    Visualization visualization)
Specified by:
compute in interface ExpandStrategy