Package jspecview.api
Interface AnnotationData
- All Known Implementing Classes:
IntegralData
,IntegrationDialog
,JSVDialog
,MeasurementData
,MeasurementsDialog
,OverlayLegendDialog
,PeakData
,PeakListDialog
,ViewsDialog
public interface AnnotationData
-
Method Summary
Modifier and TypeMethodDescriptiongetAType()
getData()
boolean
getState()
boolean
isDialog()
boolean
void
setGraphSetKey
(String key) void
setSpecShift
(double dx) void
setState
(boolean b)
-
Method Details
-
setSpecShift
void setSpecShift(double dx) -
getAType
Annotation.AType getAType() -
getData
MeasurementData getData() -
getGraphSetKey
String getGraphSetKey() -
getParameters
Parameters getParameters() -
getSpectrum
Spectrum getSpectrum() -
getState
boolean getState() -
isVisible
boolean isVisible() -
setGraphSetKey
-
setState
void setState(boolean b) -
isDialog
boolean isDialog()
-