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

Method getClipboard

ij/src/main/java/ij/gui/ImageWindow.java:569–571  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

567
568
569 static ImagePlus getClipboard() {
570 return ImagePlus.getClipboard();
571 }
572
573 @AstroImageJ(reason = "Remove textgap from ASW", modified = true)
574 public void setTextGap(int textGap) {

Callers

nothing calls this directly

Calls 1

getClipboardMethod · 0.95

Tested by

no test coverage detected