Package org.jungrapht.visualization.selection
Visualization mechanisms for supporting the selection of graph elements.
-
Interface Summary Interface Description MutableSelectedState<T> An interface for classes that keep track of the selected state of T objects.MutableSelectedStateSink<T> An interface for classes that keep track of the selected state of T objects.SelectedState<T> -
Class Summary Class Description AbstractMutableSelectedState<T> An abstract class to support ItemEvents forMutableSelectedState
MultiMutableSelectedState<T> Maintains the state of what has been 'selected' in the graph.SelectedState.StateChangeListener<T> ShapePickSupport<V,E> AGraphElementAccessor
that returns elements whoseShape
contains the specified pick point or region.VertexEndpointsSelectedEdgeSelectedState<V,E> Maintains the state of what edges have been 'selected' in the graph based on whether both endpoints are selected -
Enum Summary Enum Description ShapePickSupport.Style The available picking heuristics:Style.CENTERED
: returns the element whose center is closest to the pick point.