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

Method mouseExited

ij/src/main/java/ij/gui/PlotWindow.java:672–675  ·  view source on GitHub ↗

Called by PlotCanvas

(MouseEvent e)

Source from the content-addressed store, hash-verified

670
671 /** Called by PlotCanvas */
672 void mouseExited(MouseEvent e) {
673 if (rangeArrowsVisible)
674 hideRangeArrows();
675 }
676
677 /** Mouse wheel: zooms when shift or ctrl is pressed, scrolls in x if space bar down, in y otherwise. */
678 @AstroImageJ(reason = "Support scaled plots", modified = true)

Callers

nothing calls this directly

Calls 1

hideRangeArrowsMethod · 0.95

Tested by

no test coverage detected