Returns the number of slices in this stack. Subclasses shold override this function.
()
| 343 | |
| 344 | /** Returns the number of slices in this stack. Subclasses shold override this function. */ |
| 345 | public int getSize() { |
| 346 | return nSlices; |
| 347 | } |
| 348 | |
| 349 | /** Returns the label of the Nth image. */ |
| 350 | public String getSliceLabel(int n) { |
no outgoing calls
no test coverage detected