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

Method cropOverlay

ij/src/main/java/ij/plugin/Duplicator.java:714–716  ·  view source on GitHub ↗
(Overlay overlay, Rectangle bounds)

Source from the content-addressed store, hash-verified

712 }
713
714 public static Overlay cropOverlay(Overlay overlay, Rectangle bounds) {
715 return overlay.crop(bounds);
716 }
717
718 public void textValueChanged(TextEvent e) {
719 if (IJ.debugMode) IJ.log("Duplicator.textValueChanged: "+e);

Callers

nothing calls this directly

Calls 1

cropMethod · 0.45

Tested by

no test coverage detected