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

Method copyToSystem

ij/src/main/java/ij/ImagePlus.java:3151–3153  ·  view source on GitHub ↗

Copies the contents of the current selection, or the entire image if there is no selection, to the system clipboard.

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

copyToSystemMethod · 0.95

Tested by

no test coverage detected