Uses of Interface
org.loboevolution.img.ImageMouseMotionListener
Packages that use ImageMouseMotionListener
-
Uses of ImageMouseMotionListener in org.loboevolution.img
Classes in org.loboevolution.img that implement ImageMouseMotionListenerModifier 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.Methods in org.loboevolution.img with parameters of type ImageMouseMotionListenerModifier 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.