Class VisionApplet2.PixelListener

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

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

VisionApplet2.PixelListener

public VisionApplet2.PixelListener()
Method Detail

mouseDragged

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