MCPcopy 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

drawMethod · 0.95
zoomToSelectionMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
isHandleMethod · 0.45
mouseWheelMovedMethod · 0.45
mouseWheelMovedMethod · 0.45
drawRoiBrushMethod · 0.45
mouseWheelMovedMethod · 0.45

Calls 1

screenXDMethod · 0.95

Tested by

no test coverage detected