cz.cuni.jagrlib
Class DefaultGraphicsViewer.LocalMouseMotionListener

java.lang.Object
  extended by cz.cuni.jagrlib.DefaultGraphicsViewer.LocalMouseMotionListener
All Implemented Interfaces:
java.awt.event.MouseMotionListener, java.util.EventListener
Enclosing class:
DefaultGraphicsViewer

protected class DefaultGraphicsViewer.LocalMouseMotionListener
extends java.lang.Object
implements java.awt.event.MouseMotionListener


Constructor Summary
protected DefaultGraphicsViewer.LocalMouseMotionListener()
           
 
Method Summary
 void mouseDragged(java.awt.event.MouseEvent e)
           
 void mouseMoved(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGraphicsViewer.LocalMouseMotionListener

protected DefaultGraphicsViewer.LocalMouseMotionListener()
Method Detail

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent e)
Specified by:
mouseDragged in interface java.awt.event.MouseMotionListener

mouseMoved

public void mouseMoved(java.awt.event.MouseEvent e)
Specified by:
mouseMoved in interface java.awt.event.MouseMotionListener