Package jspecview.api

Interface AnnotationData

All Known Implementing Classes:
IntegralData, IntegrationDialog, JSVDialog, MeasurementData, MeasurementsDialog, OverlayLegendDialog, PeakData, PeakListDialog, ViewsDialog

public interface AnnotationData
  • 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

      void setGraphSetKey(String key)
    • setState

      void setState(boolean b)
    • isDialog

      boolean isDialog()