public class TreeCollapser
extends java.lang.Object
Constructor and Description |
---|
TreeCollapser() |
Modifier and Type | Method and 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) |
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
java.lang.InstantiationException
java.lang.IllegalAccessException
public void expand(edu.uci.ics.jung.graph.Forest tree, edu.uci.ics.jung.graph.Forest subTree)