Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drawLine
Method · 0.95
getX
Method · 0.65
getY
Method · 0.65
Tested by
no test coverage detected