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

Method copy

ij/src/main/java/ij/ImagePlus.java:3002–3004  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 4

cutMethod · 0.95
doImageMethod · 0.95
runMethod · 0.95
copyMethod · 0.95

Calls 15

getRoiMethod · 0.95
isAreaMethod · 0.95
isMacroMethod · 0.95
errorMethod · 0.95
isBatchModeMethod · 0.95
showStatusMethod · 0.95
getProcessorMethod · 0.95
cropMethod · 0.95
cloneMethod · 0.95
snapshotMethod · 0.95
setColorMethod · 0.95
getBackgroundColorMethod · 0.95

Tested by

no test coverage detected