Modifier and Type | Method and Description |
---|---|
MsSpectrumType |
MsSpectrum.getSpectrumType()
Returns the type of this mass spectrum.
|
MsSpectrumType |
AbstractMsSpectrum.getSpectrumType()
Returns the type of this mass spectrum.
|
static MsSpectrumType |
MsSpectrumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MsSpectrumType[] |
MsSpectrumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMsSpectrum.setSpectrumType(MsSpectrumType spectrumType) |
Constructor and Description |
---|
SimpleMsSpectrum(double[] mzValues,
float[] intensityValues,
Integer size,
MsSpectrumType spectrumType)
Constructor for SimpleMsSpectrum.
|
Constructor and Description |
---|
MgfMsSpectrum(double[] mz,
float[] intensity,
int size,
MsSpectrumType type)
Constructor for MgfMsSpectrum class.
|
Modifier and Type | Method and Description |
---|---|
MsSpectrumType |
MzMLMsScan.getSpectrumType()
Returns the type of this mass spectrum.
|
Modifier and Type | Method and Description |
---|---|
MsSpectrumType |
NetCDFMsScan.getSpectrumType()
Returns the type of this mass spectrum.
|
Modifier and Type | Method and Description |
---|---|
static MsSpectrumType |
SpectrumTypeDetectionAlgorithm.detectSpectrumType(double[] mzValues,
float[] intensityValues,
Integer size)
detectSpectrumType.
|
static MsSpectrumType |
SpectrumTypeDetectionAlgorithm.detectSpectrumType(MsSpectrum msSpectrum)
detectSpectrumType.
|
Modifier and Type | Method and Description |
---|---|
MsSpectrumType |
PeakInvestigatorMsSpectrum.getSpectrumType()
Returns the type of this mass spectrum.
|
Copyright © 2019. All rights reserved.