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

Method mouseMoved

ij/src/main/java/ij/gui/Line.java:96–98  ·  view source on GitHub ↗
(MouseEvent e)

Source from the content-addressed store, hash-verified

94 }
95
96 public void mouseMoved(MouseEvent e) {
97 drawLine(e.getX(), e.getY());
98 }
99
100 protected void handleMouseUp(int screenX, int screenY) {
101 mouseUpCount++;

Callers

nothing calls this directly

Calls 3

drawLineMethod · 0.95
getXMethod · 0.65
getYMethod · 0.65

Tested by

no test coverage detected