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

Method drawingTool

ij/src/main/java/ij/gui/ImageCanvas.java:1320–1323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1318
1319
1320 private boolean drawingTool() {
1321 int id = Toolbar.getToolId();
1322 return id==Toolbar.POLYLINE || id==Toolbar.FREELINE || id>=Toolbar.CUSTOM1;
1323 }
1324
1325 void zoomToSelection(int x, int y) {
1326 IJ.setKeyUp(IJ.ALL_KEYS);

Callers 2

mousePressedMethod · 0.95
mouseReleasedMethod · 0.95

Calls 1

getToolIdMethod · 0.95

Tested by

no test coverage detected