MCPcopy 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

drawButtonMethod · 0.95
drawPointMethod · 0.95

Calls 1

fillRectMethod · 0.80

Tested by

no test coverage detected