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()booleangetState()booleanisDialog()booleanvoidsetGraphSetKey(String key) voidsetSpecShift(double dx) voidsetState(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()
-