Class SatelliteShearingGraphMousePlugin

  • All Implemented Interfaces:
    GraphMousePlugin, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.util.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
    • Constructor Detail

      • SatelliteShearingGraphMousePlugin

        public SatelliteShearingGraphMousePlugin()
      • SatelliteShearingGraphMousePlugin

        public SatelliteShearingGraphMousePlugin​(int modifiers)
    • Method Detail

      • mouseDragged

        public void mouseDragged​(java.awt.event.MouseEvent e)
        overridden to shear the main view
        Specified by:
        mouseDragged in interface java.awt.event.MouseMotionListener
        Overrides:
        mouseDragged in class ShearingGraphMousePlugin