Class SatelliteAnimatedPickingGraphMousePlugin<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
-
- edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin<V,E>
-
- edu.uci.ics.jung.visualization.control.SatelliteAnimatedPickingGraphMousePlugin<V,E>
-
- All Implemented Interfaces:
GraphMousePlugin
,java.awt.event.MouseListener
,java.awt.event.MouseMotionListener
,java.util.EventListener
public class SatelliteAnimatedPickingGraphMousePlugin<V,E> extends AnimatedPickingGraphMousePlugin<V,E> implements java.awt.event.MouseListener, java.awt.event.MouseMotionListener
A version of the AnimatedPickingGraphMousePlugin that is for the SatelliteVisualizationViewer. The difference it that when you pick a Vertex in the Satellite View, the 'master view' is translated to move that Vertex to the center.- See Also:
AnimatedPickingGraphMousePlugin
-
-
Field Summary
-
Fields inherited from class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
vertex
-
Fields inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
cursor, down, modifiers
-
-
Constructor Summary
Constructors Constructor Description SatelliteAnimatedPickingGraphMousePlugin()
create an instanceSatelliteAnimatedPickingGraphMousePlugin(int selectionModifiers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
mouseReleased(java.awt.event.MouseEvent e)
override subclass method to translate the master view instead of this satellite view-
Methods inherited from class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed
-
Methods inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
checkModifiers, getCursor, getModifiers, setCursor, setModifiers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent e)
override subclass method to translate the master view instead of this satellite view- Specified by:
mouseReleased
in interfacejava.awt.event.MouseListener
- Overrides:
mouseReleased
in classAnimatedPickingGraphMousePlugin<V,E>
- Parameters:
e
- the event
-
-