Uses of Interface
org.loboevolution.img.ImageMouseMotionListener
-
Uses of ImageMouseMotionListener in org.loboevolution.img
Modifier and TypeClassDescriptionclass
A default status bar implementation that displays the current mouse position (in pixel coordinates) and the colour of the pixel under the cursor.Modifier and TypeMethodDescriptionvoid
ImageViewer.addImageMouseMotionListener
(ImageMouseMotionListener l) Adds the specified image mouse motion listener to this viewer.void
ImageViewer.removeImageMouseMotionListener
(ImageMouseMotionListener l) Removes the specified image mouse motion listener so that it no longer receives mouse motion events from the image component of this image viewer.