edu.uci.ics.jung.visualization.control
Class SatelliteShearingGraphMousePlugin
java.lang.Object
edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
edu.uci.ics.jung.visualization.control.ShearingGraphMousePlugin
edu.uci.ics.jung.visualization.control.SatelliteShearingGraphMousePlugin
- All Implemented Interfaces:
- GraphMousePlugin, MouseListener, MouseMotionListener, EventListener
public class SatelliteShearingGraphMousePlugin
- extends ShearingGraphMousePlugin
Overrides ShearingGraphMousePlugin so that mouse events in the
satellite view cause shearing of the main view
- Author:
- Tom Nelson
- See Also:
ShearingGraphMousePlugin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SatelliteShearingGraphMousePlugin
public SatelliteShearingGraphMousePlugin()
SatelliteShearingGraphMousePlugin
public SatelliteShearingGraphMousePlugin(int modifiers)
mouseDragged
public void mouseDragged(MouseEvent e)
- overridden to shear the main view
- Specified by:
mouseDragged
in interface MouseMotionListener
- Overrides:
mouseDragged
in class ShearingGraphMousePlugin
Copyright © 2009. All Rights Reserved.