Returns the ImageWindow that is being used to display this image. Returns null if show() has not be called or the ImageWindow has been closed.
()
| 1037 | this image. Returns null if show() has not be called |
| 1038 | or the ImageWindow has been closed. */ |
| 1039 | public ImageWindow getWindow() { |
| 1040 | return win; |
| 1041 | } |
| 1042 | |
| 1043 | /** Returns true if this image is currently being displayed in a window. */ |
| 1044 | public boolean isVisible() { |
no outgoing calls
no test coverage detected