public class BiAggregateLayout<V,E>
extends edu.uci.ics.jung.algorithms.layout.AggregateLayout<V,E>
Modifier and Type | Field and Description |
---|---|
edu.uci.ics.jung.algorithms.layout.Layout<V,E> |
subGraphLayout1
Sublayout 1
|
edu.uci.ics.jung.algorithms.layout.Layout<V,E> |
subGraphLayout2
Sublayout 2
|
Constructor and Description |
---|
BiAggregateLayout(edu.uci.ics.jung.algorithms.layout.Layout<V,E> delegate) |
Modifier and Type | Method and Description |
---|---|
void |
put(edu.uci.ics.jung.algorithms.layout.Layout<V,E> layout1,
edu.uci.ics.jung.algorithms.layout.Layout<V,E> layout2,
edu.uci.ics.jung.graph.util.Pair<java.awt.Rectangle> spaces) |
void |
reassignSubgraphs(edu.uci.ics.jung.graph.util.Pair<edu.uci.ics.jung.graph.Graph<V,E>> subGraphs) |