stsci.sky
Class DistLabel.MouseMotionHandler

java.lang.Object
  |
  +--java.awt.event.MouseMotionAdapter
        |
        +--stsci.sky.DistLabel.MouseMotionHandler
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseMotionListener
Enclosing class:
DistLabel

class DistLabel.MouseMotionHandler
extends java.awt.event.MouseMotionAdapter


Constructor Summary
(package private) DistLabel.MouseMotionHandler()
           
 
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

DistLabel.MouseMotionHandler

DistLabel.MouseMotionHandler()
Method Detail

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent e)
Overrides:
mouseDragged in class java.awt.event.MouseMotionAdapter