edu.uci.ics.jung.visualization.subLayout
Class TreeCollapser

java.lang.Object
  extended by edu.uci.ics.jung.visualization.subLayout.TreeCollapser

public class TreeCollapser
extends Object


Constructor Summary
TreeCollapser()
           
 
Method Summary
 void collapse(Layout layout, Forest tree, Object subRoot)
           
 void expand(Forest tree, Forest subTree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeCollapser

public TreeCollapser()
Method Detail

collapse

public void collapse(Layout layout,
                     Forest tree,
                     Object subRoot)
              throws InstantiationException,
                     IllegalAccessException
Throws:
InstantiationException
IllegalAccessException

expand

public void expand(Forest tree,
                   Forest subTree)


Copyright © 2009. All Rights Reserved.