Uses of Class
peakml.Spectrum.Type

Packages that use Spectrum.Type
peakml   
 

Uses of Spectrum.Type in peakml
 

Methods in peakml that return Spectrum.Type
 Spectrum.Type Spectrum.getType()
          Returns the type of the spectrum.
static Spectrum.Type Spectrum.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Spectrum.Type[] Spectrum.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in peakml with parameters of type Spectrum.Type
Spectrum(PeakData<gPeak> peakdata, Spectrum.Type type, Polarity polarity)
          Calls the constructor Spectrum.Spectrum(PeakData, Type, Polarity, double) and assumes for precursor mass -1.
Spectrum(PeakData<gPeak> peakdata, Spectrum.Type type, Polarity polarity, double precursormass)
          Standard constructor for the spectrum.