edu.uci.ics.jung.visualization.control
Class SatelliteRotatingGraphMousePlugin
java.lang.Object
edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
edu.uci.ics.jung.visualization.control.RotatingGraphMousePlugin
edu.uci.ics.jung.visualization.control.SatelliteRotatingGraphMousePlugin
- All Implemented Interfaces:
- GraphMousePlugin, MouseListener, MouseMotionListener, EventListener
public class SatelliteRotatingGraphMousePlugin
- extends RotatingGraphMousePlugin
Mouse events in the SatelliteView that match the modifiers
will cause the Main view to rotate
- Author:
- Tom Nelson
- See Also:
RotatingGraphMousePlugin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SatelliteRotatingGraphMousePlugin
public SatelliteRotatingGraphMousePlugin()
SatelliteRotatingGraphMousePlugin
public SatelliteRotatingGraphMousePlugin(int modifiers)
mouseDragged
public void mouseDragged(MouseEvent e)
- check the modifiers. If accepted, use the mouse drag motion
to rotate the graph in the master view
- Specified by:
mouseDragged
in interface MouseMotionListener
- Overrides:
mouseDragged
in class RotatingGraphMousePlugin
Copyright © 2009. All Rights Reserved.