Package jspecview.common
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 jspecview.common.MeasurementData
myParams, precision, spec, unitsFields inherited from class java.util.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 jspecview.common.MeasurementData
clear, find, getAType, getData, getGraphSetKey, getParameters, getSpectrum, getState, isDialog, isVisible, setGraphSetKey, setSpecShift, setStateMethods inherited from class javajs.util.Lst
add, add, addLast, remove, remove, removeItemAt, removeObjMethods inherited from class java.util.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 java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll, reversed
-
Constructor Details
-
PeakData
-
-
Method Details
-
getThresh
public double getThresh() -
getDataHeader
- Overrides:
getDataHeaderin classMeasurementData
-
getMeasurementListArray
- Overrides:
getMeasurementListArrayin classMeasurementData
-
getMeasurementListArrayReal
-
getInfo
-
setPeakList
-