Uses of Interface
org.jungrapht.visualization.selection.SelectedState
-
Packages that use SelectedState Package Description org.jungrapht.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements.org.jungrapht.visualization.selection Visualization mechanisms for supporting the selection of graph elements. -
-
Uses of SelectedState in org.jungrapht.visualization.decorators
Fields in org.jungrapht.visualization.decorators declared as SelectedState Modifier and Type Field Description protected SelectedState<E>
PickableElementPaintFunction. selectedState
Constructors in org.jungrapht.visualization.decorators with parameters of type SelectedState Constructor Description PickableElementPaintFunction(SelectedState<E> selectedState, P drawPaint, P selectedPaint)
-
Uses of SelectedState in org.jungrapht.visualization.selection
Subinterfaces of SelectedState in org.jungrapht.visualization.selection Modifier and Type Interface Description interface
MutableSelectedState<T>
An interface for classes that keep track of the selected state of T objects.interface
MutableSelectedStateSink<T>
An interface for classes that keep track of the selected state of T objects.Classes in org.jungrapht.visualization.selection that implement SelectedState Modifier and Type Class Description class
AbstractMutableSelectedState<T>
An abstract class to support ItemEvents forMutableSelectedState
class
MultiMutableSelectedState<T>
Maintains the state of what has been 'selected' in the graph.class
VertexEndpointsSelectedEdgeSelectedState<V,E>
Maintains the state of what edges have been 'selected' in the graph based on whether both endpoints are selected
-