(Overlay overlay, Rectangle bounds)
| 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); |