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

Method cut

ij/src/main/java/ij/ImagePlus.java:2996–2998  ·  view source on GitHub ↗

Copies the contents of the current selection to the internal clipboard and then clears the selection.

()

Source from the content-addressed store, hash-verified

2994 /** Copies the contents of the current selection to the internal
2995 clipboard and then clears the selection. */
2996 public void cut() {
2997 copy(true);
2998 }
2999
3000 /** Copies the contents of the current selection, or the entire
3001 image if there is no selection, to the internal clipboard. */

Callers

nothing calls this directly

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected