Class GraphCollapser
- java.lang.Object
-
- edu.uci.ics.jung.visualization.subLayout.GraphCollapser
-
public class GraphCollapser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphCollapser(edu.uci.ics.jung.graph.Graph originalGraph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.uci.ics.jung.graph.Graphcollapse(edu.uci.ics.jung.graph.Graph inGraph, edu.uci.ics.jung.graph.Graph clusterGraph)edu.uci.ics.jung.graph.Graphexpand(edu.uci.ics.jung.graph.Graph inGraph, edu.uci.ics.jung.graph.Graph clusterGraph)edu.uci.ics.jung.graph.GraphgetClusterGraph(edu.uci.ics.jung.graph.Graph inGraph, java.util.Collection picked)
-
-
-
Method Detail
-
collapse
public edu.uci.ics.jung.graph.Graph collapse(edu.uci.ics.jung.graph.Graph inGraph, edu.uci.ics.jung.graph.Graph clusterGraph)
-
expand
public edu.uci.ics.jung.graph.Graph expand(edu.uci.ics.jung.graph.Graph inGraph, edu.uci.ics.jung.graph.Graph clusterGraph)
-
getClusterGraph
public edu.uci.ics.jung.graph.Graph getClusterGraph(edu.uci.ics.jung.graph.Graph inGraph, java.util.Collection picked)
-
-