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

Method setupScroll

ij/src/main/java/ij/gui/ImageCanvas.java:1341–1346  ·  view source on GitHub ↗
(int ox, int oy)

Source from the content-addressed store, hash-verified

1339 }
1340
1341 protected void setupScroll(int ox, int oy) {
1342 xMouseStart = ox;
1343 yMouseStart = oy;
1344 xSrcStart = srcRect.x;
1345 ySrcStart = srcRect.y;
1346 }
1347
1348 protected void handlePopupMenu(MouseEvent e) {
1349 if (disablePopupMenu) return;

Callers 1

mousePressedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected