Uses of Interface
edu.uci.ics.jung.visualization.control.GraphMouseListener
Packages that use GraphMouseListener
Package
Description
Sample applications created using JUNG, largely focused on visualization.
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Mechanisms for manipulating and controlling a graph visualization, largely
in terms of mouse plugins.
-
Uses of GraphMouseListener in edu.uci.ics.jung.samples
Classes in edu.uci.ics.jung.samples that implement GraphMouseListenerModifier and TypeClassDescription(package private) static class
A nested class to demo the GraphMouseListener finding the right vertices after zoom/pan(package private) static class
A nested class to demo the GraphMouseListener finding the right vertices after zoom/pan -
Uses of GraphMouseListener in edu.uci.ics.jung.visualization
Methods in edu.uci.ics.jung.visualization with parameters of type GraphMouseListenerModifier and TypeMethodDescriptionvoid
VisualizationViewer.addGraphMouseListener
(GraphMouseListener<V> gel) This is the interface for adding a mouse listener. -
Uses of GraphMouseListener in edu.uci.ics.jung.visualization.control
Fields in edu.uci.ics.jung.visualization.control declared as GraphMouseListenerConstructors in edu.uci.ics.jung.visualization.control with parameters of type GraphMouseListenerModifierConstructorDescriptionMouseListenerTranslator
(GraphMouseListener<V> gel, VisualizationViewer<V, E> vv)