Beispiel #1
0
  /**
   * Run the function and open the graphical interface
   *
   * @return the ROI data
   */
  public JEXData doit() {
    if (!auto) {
      wrap.start();
    } else {
      finishIT();
    }

    return output;
  }