Replaces the image with the specified stack and updates the display.
(ImageStack stack)
| 925 | |
| 926 | /** Replaces the image with the specified stack and updates the display. */ |
| 927 | public void setStack(ImageStack stack) { |
| 928 | setStack(null, stack); |
| 929 | } |
| 930 | |
| 931 | /** Replaces the image with the specified stack and updates |
| 932 | the display. Set 'title' to null to leave the title unchanged. */ |
no test coverage detected