Returns the ImageJ version number as a string.
()
| 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") |
no outgoing calls
no test coverage detected