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

Method getVersion

ij/src/main/java/ij/IJ.java:1924–1926  ·  view source on GitHub ↗

Returns the ImageJ version number as a string.

()

Source from the content-addressed store, hash-verified

1922
1923 /** Returns the ImageJ version number as a string. */
1924 public static String getVersion() {
1925 return ImageJ.VERSION;
1926 }
1927
1928 /** Returns the AstroImageJ version number as a string. */
1929 @AstroImageJ(reason = "Method to return AIJ version")

Callers 5

getStringFunctionMethod · 0.95
runMethod · 0.95
generateMacroMethod · 0.95
showMessageMethod · 0.95
AstroStackWindowClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected