Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ dot
Method
dot
ij/src/main/java/ij/gui/Toolbar.java:744–746 ·
view source on GitHub ↗
(int x, int y)
Source
from the content-addressed store, hash-verified
742
}
743
744
private
void
dot(
int
x,
int
y) {
745
g.fillRect(xOffset+x*scale, yOffset+y*scale, 1*scale, 1*scale);
746
}
747
748
private
void
polyline(
int
... values) {
749
Polygon p =
new
Polygon();
Callers
2
drawButton
Method · 0.95
drawPoint
Method · 0.95
Calls
1
fillRect
Method · 0.80
Tested by
no test coverage detected