MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / mouseMoved

Method mouseMoved

ij/src/main/java/ij/gui/ImageWindow.java:771–773  ·  view source on GitHub ↗

This method is called by ImageCanvas.mouseMoved(MouseEvent). @see ij.gui.ImageCanvas#mouseMoved

(int x, int y)

Source from the content-addressed store, hash-verified

769 @see ij.gui.ImageCanvas#mouseMoved
770 */
771 public void mouseMoved(int x, int y) {
772 imp.mouseMoved(x, y);
773 }
774
775 public String toString() {
776 return imp!=null?imp.getTitle():"";

Callers 1

mouseMovedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected