Package net.sf.mzmine.modules.visualization.spectra

Examples of net.sf.mzmine.modules.visualization.spectra.SpectraPlot


    pnlPreviewFields.add(pnlLab, BorderLayout.WEST);
    pnlPreviewFields.add(pnlFlds, BorderLayout.CENTER);
    pnlPreviewFields.setVisible(false);

    spectrumPlot = new SpectraPlot(this);
    spectrumPlot.setBorder(BorderFactory
        .createEtchedBorder(EtchedBorder.RAISED));
    spectrumPlot.setMinimumSize(new Dimension(400, 300));

    mainPanel.add(pnlPreviewFields, 0, getNumberOfParameters() + 3, 3, 1,
View Full Code Here

TOP

Related Classes of net.sf.mzmine.modules.visualization.spectra.SpectraPlot

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.