Examples of CombinedXICComponent


Examples of net.sf.mzmine.util.components.CombinedXICComponent

      ChromatographicPeak[] peaks = new ChromatographicPeak[dataFiles.length];
      for (int i = 0; i < dataFiles.length; i++) {
        peaks[i] = plRow.getPeak(dataFiles[i]);
      }

      CombinedXICComponent xic = new CombinedXICComponent(peaks,
          plRow.getID());

      newPanel.add(xic);

      newPanel.setToolTipText(xic.getToolTipText());

    }

    return newPanel;
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.