Uses of Interface
org.jungrapht.visualization.selection.MutableSelectedStateSink
-
Packages that use MutableSelectedStateSink Package Description org.jungrapht.visualization.selection Visualization mechanisms for supporting the selection of graph elements. -
-
Uses of MutableSelectedStateSink in org.jungrapht.visualization.selection
Classes in org.jungrapht.visualization.selection that implement MutableSelectedStateSink Modifier and Type Class Description class
MultiMutableSelectedState<T>
Maintains the state of what has been 'selected' in the graph.
-