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

Method setZ

ij/src/main/java/ij/ImagePlus.java:2001–2003  ·  view source on GitHub ↗

Sets the hyperstack slice position (one based).

(int slice)

Source from the content-addressed store, hash-verified

1999
2000 /** Sets the hyperstack slice position (one based). */
2001 public void setZ(int slice) {
2002 setPosition(getC(), slice, getT());
2003 }
2004
2005 /** Sets the hyperstack frame position (one based). */
2006 public void setT(int frame) {

Callers 1

displayChangedMethod · 0.95

Calls 3

setPositionMethod · 0.95
getCMethod · 0.95
getTMethod · 0.95

Tested by

no test coverage detected