anl.aida.gis
Class GISDisplay.GISMouseMotionListener

java.lang.Object
  extended by java.awt.event.MouseMotionAdapter
      extended by anl.aida.gis.GISDisplay.GISMouseMotionListener
All Implemented Interfaces:
java.awt.event.MouseMotionListener, java.util.EventListener
Enclosing class:
GISDisplay

public class GISDisplay.GISMouseMotionListener
extends java.awt.event.MouseMotionAdapter

Assists mouse wheel zoom control by updating the center coord

Author:
tatara

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

Constructor Detail

GISDisplay.GISMouseMotionListener

public GISDisplay.GISMouseMotionListener()
Method Detail

mouseMoved

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