Package ij.plugin.frame

Examples of ij.plugin.frame.RoiManager.toFront()


    ImagePlus imp = IJ.getImage();
    imp.setHideOverlay(false);
    if (imp.getOverlay()==null) {
      RoiManager rm = RoiManager.getInstance();
      if (rm!=null && rm.getCount()>1) {
        if (!IJ.isMacro()) rm.toFront();
        rm.runCommand("show all with labels");
      }
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.