MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / sqr

Method sqr

ij/src/main/java/ij/gui/ImageCanvas.java:1034–1036  ·  view source on GitHub ↗
(int x)

Source from the content-addressed store, hash-verified

1032 }
1033
1034 int sqr(int x) {
1035 return x*x;
1036 }
1037
1038 /** Implements the Image/Zoom/Original Scale command. */
1039 public void unzoom() {

Callers 2

zoomInMethod · 0.95
zoomOutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected