Sets the hyperstack frame position (one based).
(int frame)
| 2004 | |
| 2005 | /** Sets the hyperstack frame position (one based). */ |
| 2006 | public void setT(int frame) { |
| 2007 | setPosition(getC(), getZ(), frame); |
| 2008 | } |
| 2009 | |
| 2010 | /** Returns the current hyperstack channel position. */ |
| 2011 | public int getC() { |
no test coverage detected