Copies the contents of the current selection, or the entire image if there is no selection, to the internal clipboard.
()
| 3000 | /** Copies the contents of the current selection, or the entire |
| 3001 | image if there is no selection, to the internal clipboard. */ |
| 3002 | public void copy() { |
| 3003 | copy(false); |
| 3004 | } |
| 3005 | |
| 3006 | /** Copies the contents of the current selection to the internal clipboard. |
| 3007 | Copies the entire image if there is no selection. Also clears |
no test coverage detected