Package ptolemy.plot

Class PlotBox.MoveMotionListener

  • All Implemented Interfaces:
    java.awt.event.MouseMotionListener, java.util.EventListener
    Enclosing class:
    PlotBox

    public class PlotBox.MoveMotionListener
    extends java.lang.Object
    implements java.awt.event.MouseMotionListener
    Track how the mouse with button 3 pressed is moved.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void mouseDragged​(java.awt.event.MouseEvent event)
      If the mouse is dragged after clicking the third button, then shift what is displayed.
      void mouseMoved​(java.awt.event.MouseEvent event)
      Ignored.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MoveMotionListener

        public MoveMotionListener()
    • Method Detail

      • mouseDragged

        public void mouseDragged​(java.awt.event.MouseEvent event)
        If the mouse is dragged after clicking the third button, then shift what is displayed.
        Specified by:
        mouseDragged in interface java.awt.event.MouseMotionListener
        Parameters:
        event - Ignored.
      • mouseMoved

        public void mouseMoved​(java.awt.event.MouseEvent event)
        Ignored.
        Specified by:
        mouseMoved in interface java.awt.event.MouseMotionListener
        Parameters:
        event - Ignored.