Uses of Interface
edu.uci.ics.jung.visualization.control.GraphMouseListener
-
Packages that use GraphMouseListener Package Description edu.uci.ics.jung.samples Sample applications created using JUNG, largely focused on visualization.edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.edu.uci.ics.jung.visualization.control 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 GraphMouseListener Modifier and Type Class Description (package private) static class
GraphFromGraphMLDemo.TestGraphMouseListener<V>
A nested class to demo the GraphMouseListener finding the right vertices after zoom/pan(package private) static class
GraphZoomScrollPaneDemo.TestGraphMouseListener<V>
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 GraphMouseListener Modifier and Type Method Description void
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 GraphMouseListener Modifier and Type Field Description private GraphMouseListener<V>
MouseListenerTranslator. gel
Constructors in edu.uci.ics.jung.visualization.control with parameters of type GraphMouseListener Constructor Description MouseListenerTranslator(GraphMouseListener<V> gel, VisualizationViewer<V,E> vv)
-