Uses of Interface
peakml.PeakData.PeakFactory

Packages that use PeakData.PeakFactory
peakml   
 

Uses of PeakData.PeakFactory in peakml
 

Classes in peakml that implement PeakData.PeakFactory
static class Centroid.Factory
          Factory for creating a Centroid instance.
 

Fields in peakml declared as PeakData.PeakFactory
static PeakData.PeakFactory<Centroid> Centroid.factory
          Static instance for the factory, so not everybody will need to produce one
 

Methods in peakml that return PeakData.PeakFactory
 PeakData.PeakFactory<gPeak> PeakData.getFactory()
          Returns the factory for the Peak type associated to this container.
 

Constructors in peakml with parameters of type PeakData.PeakFactory
PeakData(PeakData.PeakFactory<gPeak> factory, int size)
          Creates a new PeakData instance associated to the given PeakData.PeakFactory and of the given size.
PeakData(PeakData.PeakFactory<gPeak> factory, int size, int[] scanids, int[] patternids, int[] measurementids, double[] masses, double[] intensities, double[] retentiontimes)
          Creates a new PeakData instance associated to the given PeakData.PeakFactory and of the given size.