Uses of Class
peakml.io.ScanInfo

Packages that use ScanInfo
peakml.io   
 

Uses of ScanInfo in peakml.io
 

Methods in peakml.io that return ScanInfo
 ScanInfo MeasurementInfo.getScanInfo(int index)
          Returns the scan info instance at the given index.
 

Methods in peakml.io that return types with arguments of type ScanInfo
 java.util.Vector<ScanInfo> MeasurementInfo.getScanInfos()
          Returns all the scan info instances maintained in this class.
 

Methods in peakml.io with parameters of type ScanInfo
 void MeasurementInfo.addScanInfo(ScanInfo scan)
          Adds the scan info instance to the list of scan infos.
 

Method parameters in peakml.io with type arguments of type ScanInfo
 void MeasurementInfo.addScanInfos(java.util.Collection<ScanInfo> scans)
          Adds the collection of scan infos to the list of scan infos.