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