Switches to the specified stack slice, where 1<='slice'<=stack-size.
(int slice)
| 1917 | |
| 1918 | /** Switches to the specified stack slice, where 1<='slice'<=stack-size. */ |
| 1919 | public static void setSlice(int slice) { |
| 1920 | getImage().setSlice(slice); |
| 1921 | } |
| 1922 | |
| 1923 | /** Returns the ImageJ version number as a string. */ |
| 1924 | public static String getVersion() { |
no test coverage detected