Class VisionApplet3.PixelListener

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

public class VisionApplet3.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
VisionApplet3.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

VisionApplet3.PixelListener

public VisionApplet3.PixelListener()
Method Detail

mouseDragged

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