Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ m
Method
m
ij/src/main/java/ij/gui/Toolbar.java:729–732 ·
view source on GitHub ↗
(int x, int y)
Source
from the content-addressed store, hash-verified
727
}
728
729
private
void
m(
int
x,
int
y) {
730
this.x = xOffset+x*scale;
731
this.y = yOffset+y*scale;
732
}
733
734
private
void
d(
int
x,
int
y) {
735
x *= scale;
Callers
3
drawButton
Method · 0.95
drawTriangle
Method · 0.95
drawPoint
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected