Package jspecview.common
Class MeasurementData
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Measurement>,Collection<Measurement>,List<Measurement>,RandomAccess,SequencedCollection<Measurement>,AnnotationData
- Direct Known Subclasses:
IntegralData,PeakData
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Parametersprotected intprotected Spectrumprotected StringFields inherited from class java.util.AbstractList
modCount -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear(double x1, double x2) protected intfind(double x) getAType()getData()String[]String[][]getMeasurementListArray(String units) booleangetState()booleanisDialog()booleanvoidsetGraphSetKey(String key) voidsetSpecShift(double dx) voidsetState(boolean b) Methods 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
-
Field Details
-
spec
-
units
-
precision
protected int precision -
myParams
-
-
Method Details
-
getAType
- Specified by:
getATypein interfaceAnnotationData
-
getState
public boolean getState()- Specified by:
getStatein interfaceAnnotationData
-
setState
public void setState(boolean b) - Specified by:
setStatein interfaceAnnotationData
-
getParameters
- Specified by:
getParametersin interfaceAnnotationData
-
getDataHeader
-
getMeasurementListArray
-
getSpectrum
- Specified by:
getSpectrumin interfaceAnnotationData
-
getData
- Specified by:
getDatain interfaceAnnotationData
-
clear
protected void clear(double x1, double x2) -
find
protected int find(double x) -
setSpecShift
public void setSpecShift(double dx) - Specified by:
setSpecShiftin interfaceAnnotationData
-
getGraphSetKey
- Specified by:
getGraphSetKeyin interfaceAnnotationData
-
setGraphSetKey
- Specified by:
setGraphSetKeyin interfaceAnnotationData
-
isVisible
public boolean isVisible()- Specified by:
isVisiblein interfaceAnnotationData
-
isDialog
public boolean isDialog()- Specified by:
isDialogin interfaceAnnotationData
-