Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ screenX
Method
screenX
ij/src/main/java/ij/gui/Roi.java:2530–2530 ·
view source on GitHub ↗
(int ox)
Source
from the content-addressed store, hash-verified
2528
}
2529
2530
protected
int
screenX(
int
ox) {
return
screenXD(ox);}
2531
protected
int
screenY(
int
oy) {
return
screenYD(oy);}
2532
2533
/** Converts a float array to an
int
array using truncation. */
Callers
9
draw
Method · 0.95
zoomToSelection
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
isHandle
Method · 0.45
mouseWheelMoved
Method · 0.45
mouseWheelMoved
Method · 0.45
drawRoiBrush
Method · 0.45
mouseWheelMoved
Method · 0.45
Calls
1
screenXD
Method · 0.95
Tested by
no test coverage detected