Called by PlotCanvas
(MouseEvent e)
| 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) |
nothing calls this directly
no test coverage detected