Package net.sf.mzmine.util.components

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

Related Classes of net.sf.mzmine.util.components.CombinedXICComponent

Copyright © 2018 www.massapicom. 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.