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

Method inGap

ij/src/main/java/ij/gui/Toolbar.java:1157–1159  ·  view source on GitHub ↗
(int x)

Source from the content-addressed store, hash-verified

1155 }
1156
1157 private boolean inGap(int x) {
1158 return x>=(buttonWidth*12) && x<(buttonWidth*12+gapSize);
1159 }
1160
1161 public void triggerPopupMenu(int newTool, MouseEvent e, boolean isRightClick, boolean isLongPress) {
1162 mpPrevious = current;

Callers 2

mousePressedMethod · 0.95
mouseMovedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected