Uses of Package
edu.uci.ics.jung.visualization.picking
Packages that use edu.uci.ics.jung.visualization.picking
Package
Description
Sample applications created using JUNG, largely focused on visualization.
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
Visualization mechanisms for supporting the selection of graph elements.
Visualization mechanisms relating to rendering.
-
Classes in edu.uci.ics.jung.visualization.picking used by edu.uci.ics.jung.samplesClassDescriptionAn interface for classes that return information regarding whether a given graph element (vertex or edge) has been selected.An interface for classes that keep track of the "picked" state of edges or vertices.
-
Classes in edu.uci.ics.jung.visualization.picking used by edu.uci.ics.jung.visualizationClassDescriptionAn interface for classes that keep track of the "picked" state of edges or vertices.
-
Classes in edu.uci.ics.jung.visualization.picking used by edu.uci.ics.jung.visualization.decoratorsClassDescriptionAn interface for classes that return information regarding whether a given graph element (vertex or edge) has been selected.
-
Classes in edu.uci.ics.jung.visualization.picking used by edu.uci.ics.jung.visualization.pickingClassDescriptionAn abstract class to support ItemEvents for PickedStateAn interface for classes that return information regarding whether a given graph element (vertex or edge) has been selected.An interface for classes that keep track of the "picked" state of edges or vertices.A
GraphElementAccessor
that returns elements whoseShape
contains the specified pick point or region.The available picking heuristics:Style.CENTERED
: returns the element whose center is closest to the pick point. -
Classes in edu.uci.ics.jung.visualization.picking used by edu.uci.ics.jung.visualization.renderersClassDescriptionAn interface for classes that keep track of the "picked" state of edges or vertices.