Class SatelliteAnimatedPickingGraphMousePlugin<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.control.AbstractGraphMousePlugin
-
- org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin<V,E>
-
- org.jungrapht.visualization.control.SatelliteAnimatedPickingGraphMousePlugin<V,E>
-
- Type Parameters:
V
- vertex typeE
- edge type
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,EventListener
,GraphMousePlugin
public class SatelliteAnimatedPickingGraphMousePlugin<V,E> extends AnimatedPickingGraphMousePlugin<V,E> implements MouseListener, 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.- Author:
- Tom Nelson
- See Also:
AnimatedPickingGraphMousePlugin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jungrapht.visualization.control.AbstractGraphMousePlugin
AbstractGraphMousePlugin.Selecting
-
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin
selectionModifiers, vertex
-
Fields inherited from class org.jungrapht.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(MouseEvent e)
override subclass method to translate the master view instead of this satellite view-
Methods inherited from class org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed
-
Methods inherited from class org.jungrapht.visualization.control.AbstractGraphMousePlugin
checkModifiers, getCursor, getModifiersEx, setCursor, setModifiers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed
-
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
-
-
-
-
Method Detail
-
mouseReleased
public void mouseReleased(MouseEvent e)
override subclass method to translate the master view instead of this satellite view- Specified by:
mouseReleased
in interfaceMouseListener
- Overrides:
mouseReleased
in classAnimatedPickingGraphMousePlugin<V,E>
- Parameters:
e
- the event
-
-