Returns the internal clipboard or null if the internal clipboard is empty.
()
| 3138 | |
| 3139 | /** Returns the internal clipboard or null if the internal clipboard is empty. */ |
| 3140 | public static ImagePlus getClipboard() { |
| 3141 | return clipboard; |
| 3142 | } |
| 3143 | |
| 3144 | /** Clears the internal clipboard. */ |
| 3145 | public static void resetClipboard() { |
no outgoing calls
no test coverage detected