Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ drawDot
Method
drawDot
ij/src/main/java/ij/gui/Toolbar.java:514–516 ·
view source on GitHub ↗
(int x, int y)
Source
from the content-addressed store, hash-verified
512
}
513
514
void
drawDot(
int
x,
int
y) {
515
g.fillRect(xOffset+x*scale, yOffset+y*scale, 2*scale, 2*scale);
516
}
517
518
void
drawPoint(
int
x,
int
y) {
519
g.setColor(toolColor);
Callers
4
drawButton
Method · 0.95
drawPlotObject
Method · 0.45
drawShape
Method · 0.45
fillShape
Method · 0.45
Calls
1
fillRect
Method · 0.80
Tested by
no test coverage detected