public class SimpleMsSpectrum extends AbstractMsSpectrum
| Constructor and Description |
|---|
SimpleMsSpectrum()
Constructor for SimpleMsSpectrum.
|
SimpleMsSpectrum(double[] mzValues,
float[] intensityValues,
Integer size,
MsSpectrumType spectrumType)
Constructor for SimpleMsSpectrum.
|
getIntensityValues, getMzRange, getMzTolerance, getMzValues, getNumberOfDataPoints, getSpectrumType, getTIC, setDataPoints, setMzTolerance, setSpectrumTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIntensityValues, getMzValuespublic SimpleMsSpectrum()
Constructor for SimpleMsSpectrum.
public SimpleMsSpectrum(@Nonnull double[] mzValues, @Nonnull float[] intensityValues, @Nonnull Integer size, @Nonnull MsSpectrumType spectrumType)
Constructor for SimpleMsSpectrum.
mzValues - an array of double.intensityValues - an array of float.size - a Integer object.spectrumType - a MsSpectrumType object.Copyright © 2019. All rights reserved.