edu.uci.ics.jung.visualization.control
Class SatelliteScalingGraphMousePlugin
java.lang.Object
edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
edu.uci.ics.jung.visualization.control.SatelliteScalingGraphMousePlugin
- All Implemented Interfaces:
- GraphMousePlugin, MouseWheelListener, EventListener
public class SatelliteScalingGraphMousePlugin
- extends ScalingGraphMousePlugin
Overrides ScalingGraphMousePlugin so that mouse events in the
satellite view will cause scaling in the main view
- Author:
- Tom Nelson
- See Also:
ScalingGraphMousePlugin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SatelliteScalingGraphMousePlugin
public SatelliteScalingGraphMousePlugin(ScalingControl scaler,
int modifiers)
SatelliteScalingGraphMousePlugin
public SatelliteScalingGraphMousePlugin(ScalingControl scaler,
int modifiers,
float in,
float out)
mouseWheelMoved
public void mouseWheelMoved(MouseWheelEvent e)
- zoom the master view display in or out, depending on the direction of the
mouse wheel motion.
- Specified by:
mouseWheelMoved
in interface MouseWheelListener
- Overrides:
mouseWheelMoved
in class ScalingGraphMousePlugin
Copyright © 2009. All Rights Reserved.