Returns 'true' if this is a hyperstack currently being displayed in a StackWindow.
()
| 1418 | |
| 1419 | /** Returns 'true' if this is a hyperstack currently being displayed in a StackWindow. */ |
| 1420 | public boolean isDisplayedHyperStack() { |
| 1421 | return win!=null && win instanceof StackWindow && ((StackWindow)win).isHyperStack(); |
| 1422 | } |
| 1423 | |
| 1424 | /** Returns the number of channels. */ |
| 1425 | public int getNChannels() { |
no test coverage detected