MCPcopy 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

drawButtonMethod · 0.95
drawTriangleMethod · 0.95
drawPointMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected