Sets the hyperstack channel position (one based).
(int channel)
| 1994 | |
| 1995 | /** Sets the hyperstack channel position (one based). */ |
| 1996 | public void setC(int channel) { |
| 1997 | setPosition(channel, getZ(), getT()); |
| 1998 | } |
| 1999 | |
| 2000 | /** Sets the hyperstack slice position (one based). */ |
| 2001 | public void setZ(int slice) { |
no test coverage detected