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, units
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
void
String[][]
getMeasurementListArray
(String units) double[][]
double
void
setPeakList
(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, setState
Methods inherited from class javajs.util.Lst
add, add, addLast, remove, remove, removeItemAt, removeObj
Methods 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, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface java.util.List
containsAll, reversed
-
Constructor Details
-
PeakData
-
-
Method Details
-
getThresh
public double getThresh() -
getDataHeader
- Overrides:
getDataHeader
in classMeasurementData
-
getMeasurementListArray
- Overrides:
getMeasurementListArray
in classMeasurementData
-
getMeasurementListArrayReal
-
getInfo
-
setPeakList
-