()
| 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) { |
nothing calls this directly
no test coverage detected