org.jhotdraw.standard
Class StandardDrawingView.DrawingViewMouseMotionListener

java.lang.Object
  extended by org.jhotdraw.standard.StandardDrawingView.DrawingViewMouseMotionListener
All Implemented Interfaces:
java.awt.event.MouseMotionListener, java.util.EventListener
Enclosing class:
StandardDrawingView

public class StandardDrawingView.DrawingViewMouseMotionListener
extends java.lang.Object
implements java.awt.event.MouseMotionListener


Constructor Summary
StandardDrawingView.DrawingViewMouseMotionListener()
           
 
Method Summary
 void mouseDragged(java.awt.event.MouseEvent e)
          Handles mouse drag events.
 void mouseMoved(java.awt.event.MouseEvent e)
          Handles mouse move events.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardDrawingView.DrawingViewMouseMotionListener

public StandardDrawingView.DrawingViewMouseMotionListener()
Method Detail

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent e)
Handles mouse drag events. The event is delegated to the currently active tool.

Specified by:
mouseDragged in interface java.awt.event.MouseMotionListener

mouseMoved

public void mouseMoved(java.awt.event.MouseEvent e)
Handles mouse move events. The event is delegated to the currently active tool.

Specified by:
mouseMoved in interface java.awt.event.MouseMotionListener