Class SatelliteScalingGraphMousePlugin

  • All Implemented Interfaces:
    MouseListener, MouseWheelListener, EventListener, GraphMousePlugin

    public class SatelliteScalingGraphMousePlugin
    extends ScalingGraphMousePlugin
    Overrides ScalingGraphMousePlugin so that mouse events in the satellite view will cause scaling in the main view
  • Using only the mouse wheel, both the X-axis and Y-axis are scaled equally.
  • If the CTRL key is pressed while the mouse wheel is turned, only the X-axis is scaled
  • If the ALT key is pressed while the mouse wheel is turned, only the Y-axis is scaled
Author:
Tom Nelson
See Also:
ScalingGraphMousePlugin