MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getClipboard

Method getClipboard

ij/src/main/java/ij/ImagePlus.java:3140–3142  ·  view source on GitHub ↗

Returns the internal clipboard or null if the internal clipboard is empty.

()

Source from the content-addressed store, hash-verified

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() {

Callers 3

pasteMethod · 0.95
showInternalClipboardMethod · 0.95
getClipboardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected