Class TreeCollapser
- java.lang.Object
-
- edu.uci.ics.jung.visualization.subLayout.TreeCollapser
-
public class TreeCollapser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TreeCollapser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collapse(edu.uci.ics.jung.algorithms.layout.Layout layout, edu.uci.ics.jung.graph.Forest tree, java.lang.Object subRoot)
void
expand(edu.uci.ics.jung.graph.Forest tree, edu.uci.ics.jung.graph.Forest subTree)
-
-
-
Method Detail
-
collapse
public void collapse(edu.uci.ics.jung.algorithms.layout.Layout layout, edu.uci.ics.jung.graph.Forest tree, java.lang.Object subRoot) throws java.lang.InstantiationException, java.lang.IllegalAccessException
- Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
-
expand
public void expand(edu.uci.ics.jung.graph.Forest tree, edu.uci.ics.jung.graph.Forest subTree)
-
-