Class PeakData
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<Measurement>, Collection<Measurement>, List<Measurement>, RandomAccess, SequencedCollection<Measurement>, AnnotationData
a data structure for peak lists
- Author:
- Bob Hanson hansonr@stolaf.edu
- See Also:
-
Field Summary
Fields inherited from class MeasurementData
myParams, precision, spec, unitsFields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]voidString[][]getMeasurementListArray(String units) double[][]doublevoidsetPeakList(Parameters p, int precision, ScaleData view) Methods inherited from class MeasurementData
clear, find, getAType, getData, getGraphSetKey, getParameters, getSpectrum, getState, isDialog, isVisible, setGraphSetKey, setSpecShift, setStateMethods inherited from class ArrayList
addAll, addAll, addFirst, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class AbstractCollection
containsAll, toStringMethods inherited from interface Collection
parallelStream, stream, toArrayMethods inherited from interface List
containsAll, reversed
-
Constructor Details
-
PeakData
-
-
Method Details
-
getThresh
public double getThresh() -
getDataHeader
- Overrides:
getDataHeaderin classMeasurementData
-
getMeasurementListArray
- Overrides:
getMeasurementListArrayin classMeasurementData
-
getMeasurementListArrayReal
-
getInfo
-
setPeakList
-