MCPcopy 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

drawButtonMethod · 0.95
drawPlotObjectMethod · 0.45
drawShapeMethod · 0.45
fillShapeMethod · 0.45

Calls 1

fillRectMethod · 0.80

Tested by

no test coverage detected