Class HistVisionApplet.PixelListener

java.lang.Object
  |
  +--java.awt.event.MouseMotionAdapter
        |
        +--HistVisionApplet.PixelListener

public class HistVisionApplet.PixelListener
extends java.awt.event.MouseMotionAdapter

Handles the actions performed when the mouse is used in the interface to find information about image pixels. Should be added to an ImageCanvas.


Constructor Summary
HistVisionApplet.PixelListener()
           
 
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

HistVisionApplet.PixelListener

public HistVisionApplet.PixelListener()
Method Detail

mouseDragged

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