Class imageLoad.PixelListener

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

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

class for getting the current pixel position in the image canvas


Constructor Summary
imageLoad.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

imageLoad.PixelListener

public imageLoad.PixelListener()
Method Detail

mouseDragged

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