Uses of Class
peakml.Spectrum

Packages that use Spectrum
peakml   
 

Uses of Spectrum in peakml
 

Methods in peakml that return Spectrum
 Spectrum<gPeak> Spectrum.getMSnSpectrum(int index)
          Returns the MSn spectrum at the given index.
 Spectrum<gPeak> ChromatographyMS.getScan(int index)
          Returns the scan at the given index.
 

Methods in peakml that return types with arguments of type Spectrum
 java.util.Vector<Spectrum<gPeak>> ChromatographyMS.getScans()
          Returns a reference to the vector with scans stored in this class.
 java.util.Iterator<Spectrum<gPeak>> ChromatographyMS.iterator()
          Iterable.iterator()
 

Methods in peakml with parameters of type Spectrum
 void Spectrum.addMSnSpectrum(Spectrum<gPeak> spectrum)
          Adds the given MSn spectrum to the list.
 

Constructor parameters in peakml with type arguments of type Spectrum
ChromatographyMS(java.util.Vector<Spectrum<gPeak>> scans)