Package jspecview.common
Class MeasurementData
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<Measurement>
,Collection<Measurement>
,List<Measurement>
,RandomAccess
,AnnotationData
- Direct Known Subclasses:
IntegralData
,PeakData
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Parameters
protected int
protected Spectrum
protected String
Fields inherited from class java.util.AbstractList
modCount
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear
(double x1, double x2) protected int
find
(double x) getAType()
getData()
String[]
String[][]
getMeasurementListArray
(String units) boolean
getState()
boolean
isDialog()
boolean
void
setGraphSetKey
(String key) void
setSpecShift
(double dx) void
setState
(boolean b) Methods inherited from class javajs.util.Lst
add, add, addLast, remove, remove, removeItemAt, removeObj
Methods inherited from class java.util.ArrayList
addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeAll, removeIf, 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
-
Field Details
-
spec
-
units
-
precision
protected int precision -
myParams
-
-
Method Details
-
getAType
- Specified by:
getAType
in interfaceAnnotationData
-
getState
public boolean getState()- Specified by:
getState
in interfaceAnnotationData
-
setState
public void setState(boolean b) - Specified by:
setState
in interfaceAnnotationData
-
getParameters
- Specified by:
getParameters
in interfaceAnnotationData
-
getDataHeader
-
getMeasurementListArray
-
getSpectrum
- Specified by:
getSpectrum
in interfaceAnnotationData
-
getData
- Specified by:
getData
in interfaceAnnotationData
-
clear
protected void clear(double x1, double x2) -
find
protected int find(double x) -
setSpecShift
public void setSpecShift(double dx) - Specified by:
setSpecShift
in interfaceAnnotationData
-
getGraphSetKey
- Specified by:
getGraphSetKey
in interfaceAnnotationData
-
setGraphSetKey
- Specified by:
setGraphSetKey
in interfaceAnnotationData
-
isVisible
public boolean isVisible()- Specified by:
isVisible
in interfaceAnnotationData
-
isDialog
public boolean isDialog()- Specified by:
isDialog
in interfaceAnnotationData
-