Class SatelliteRotatingGraphMousePlugin

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

      • SatelliteRotatingGraphMousePlugin

        public SatelliteRotatingGraphMousePlugin()
      • SatelliteRotatingGraphMousePlugin

        public SatelliteRotatingGraphMousePlugin​(int modifiers)
    • Method Detail

      • mouseDragged

        public void mouseDragged​(java.awt.event.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 java.awt.event.MouseMotionListener
        Overrides:
        mouseDragged in class RotatingGraphMousePlugin