insensa.view.image.map
Class RectColorLegent.legendMotionListener

java.lang.Object
  extended by java.awt.event.MouseMotionAdapter
      extended by insensa.view.image.map.RectColorLegent.legendMotionListener
All Implemented Interfaces:
java.awt.event.MouseMotionListener, java.util.EventListener
Enclosing class:
RectColorLegent

public class RectColorLegent.legendMotionListener
extends java.awt.event.MouseMotionAdapter


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

Constructor Detail

RectColorLegent.legendMotionListener

public RectColorLegent.legendMotionListener()
Method Detail

mouseDragged

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