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

Method setSlice

ij/src/main/java/ij/IJ.java:1919–1921  ·  view source on GitHub ↗

Switches to the specified stack slice, where 1<='slice'<=stack-size.

(int slice)

Source from the content-addressed store, hash-verified

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() {

Callers 15

updateImageMethod · 0.45
runMethod · 0.45
runMethod · 0.45
normalizeMethod · 0.45
runMethod · 0.45
prepareMethod · 0.45
shutDownMethod · 0.45
processSingleClickMethod · 0.45
evaluateStackForRadiiMethod · 0.45
restrictWcsRegionMethod · 0.45
getImagesMethod · 0.45
processMethod · 0.45

Calls 1

getImageMethod · 0.95

Tested by

no test coverage detected