Class RatioMeasurementWaveformPlotManager

java.lang.Object
gov.llnl.gnem.apps.coda.calibration.gui.plotting.RatioMeasurementWaveformPlotManager

public class RatioMeasurementWaveformPlotManager extends Object
  • Constructor Details

  • Method Details

    • showHideRatioWaveform

      public void showHideRatioWaveform(boolean show)
    • setParentSpectra

      public void setParentSpectra(RatioMeasurementSpectraPlotManager parentSpectra)
    • setCurrentEvent

      public void setCurrentEvent(List<Station> stationsForCurrentEvent)
    • setCurrentStation

      public void setCurrentStation(Station station)
    • setCurrentFreqAndStation

      public void setCurrentFreqAndStation(double lowFreq, double highFreq, Station station)
    • setDisplayText

      public void setDisplayText(SpectraRatioPairOperator ratioDetails)
    • getSavedAxisLimits

      public PairT<AxisLimits,AxisLimits> getSavedAxisLimits()
    • setSavedAxisLimits

      public void setSavedAxisLimits(PairT<AxisLimits,AxisLimits> axisLimits)
    • exportScreenshots

      public void exportScreenshots(File folder)
    • exportSVG

      public void exportSVG(RatioDetailPlot plot, String path)
    • initialize

      public void initialize()
    • triggerKeyEvent

      public void triggerKeyEvent(javafx.scene.input.KeyEvent event)
    • attachToDisplayNode

      public void attachToDisplayNode(javafx.scene.layout.Pane parent)