This method should only be called from an ImageWindow.
(ImageWindow win)
| 1047 | |
| 1048 | /** This method should only be called from an ImageWindow. */ |
| 1049 | public void setWindow(ImageWindow win) { |
| 1050 | this.win = win; |
| 1051 | if (roi!=null) |
| 1052 | roi.setImage(this); // update roi's 'ic' field |
| 1053 | } |
| 1054 | |
| 1055 | /** Returns the ImageCanvas being used to |
| 1056 | display this image, or null. */ |
no test coverage detected