Sets the hyperstack slice position (one based).
(int slice)
| 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) { |
no test coverage detected