Copies the contents of the current selection, or the entire image if there is no selection, to the system clipboard.
()
| 3149 | /** Copies the contents of the current selection, or the entire |
| 3150 | image if there is no selection, to the system clipboard. */ |
| 3151 | public void copyToSystem() { |
| 3152 | Clipboard.copyToSystem(this); |
| 3153 | } |
| 3154 | |
| 3155 | @AstroImageJ(reason = "Fix memory leak with virtual stacks and image listeners", modified = true) |
| 3156 | protected void notifyListeners(final int id) { |
nothing calls this directly
no test coverage detected