Uses of Package
org.jungrapht.visualization.selection
-
Packages that use org.jungrapht.visualization.selection Package Description org.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements.org.jungrapht.visualization.renderers Visualization mechanisms relating to rendering.org.jungrapht.visualization.selection Visualization mechanisms for supporting the selection of graph elements. -
Classes in org.jungrapht.visualization.selection used by org.jungrapht.visualization Class Description MutableSelectedState An interface for classes that keep track of the selected state of T objects. -
Classes in org.jungrapht.visualization.selection used by org.jungrapht.visualization.decorators Class Description SelectedState -
Classes in org.jungrapht.visualization.selection used by org.jungrapht.visualization.renderers Class Description MutableSelectedState An interface for classes that keep track of the selected state of T objects. -
Classes in org.jungrapht.visualization.selection used by org.jungrapht.visualization.selection Class Description AbstractMutableSelectedState An abstract class to support ItemEvents forMutableSelectedState
MutableSelectedState An interface for classes that keep track of the selected state of T objects.MutableSelectedStateSink An interface for classes that keep track of the selected state of T objects.SelectedState ShapePickSupport.Style The available picking heuristics:Style.CENTERED
: returns the element whose center is closest to the pick point.