edu.uci.ics.jung.visualization.control
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, MouseListener, MouseMotionListener, EventListener
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
Method Summary |
void |
mouseReleased(MouseEvent e)
override subclass method to translate the master view instead
of this satellite view |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SatelliteAnimatedPickingGraphMousePlugin
public SatelliteAnimatedPickingGraphMousePlugin()
- create an instance
SatelliteAnimatedPickingGraphMousePlugin
public SatelliteAnimatedPickingGraphMousePlugin(int selectionModifiers)
mouseReleased
public void mouseReleased(MouseEvent e)
- override subclass method to translate the master view instead
of this satellite view
- Specified by:
mouseReleased
in interface MouseListener
- Overrides:
mouseReleased
in class AnimatedPickingGraphMousePlugin<V,E>
- Parameters:
e
- the event
Copyright © 2009. All Rights Reserved.