Class RatioMeasurementWaveformPlotManager
java.lang.Object
gov.llnl.gnem.apps.coda.calibration.gui.plotting.RatioMeasurementWaveformPlotManager
-
Constructor Summary
ConstructorsConstructorDescriptionRatioMeasurementWaveformPlotManager(com.google.common.eventbus.EventBus bus, CertLeafletMapController mapImpl, MapPlottingUtilities iconFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToDisplayNode(javafx.scene.layout.Pane parent) voidexportScreenshots(File folder) voidexportSVG(RatioDetailPlot plot, String path) voidvoidsetCurrentEvent(List<Station> stationsForCurrentEvent) voidsetCurrentFreqAndStation(double lowFreq, double highFreq, Station station) voidsetCurrentStation(Station station) voidsetDisplayText(SpectraRatioPairOperator ratioDetails) voidsetParentSpectra(RatioMeasurementSpectraPlotManager parentSpectra) voidsetSavedAxisLimits(PairT<AxisLimits, AxisLimits> axisLimits) voidshowHideRatioWaveform(boolean show) voidtriggerKeyEvent(javafx.scene.input.KeyEvent event)
-
Constructor Details
-
RatioMeasurementWaveformPlotManager
public RatioMeasurementWaveformPlotManager(com.google.common.eventbus.EventBus bus, CertLeafletMapController mapImpl, MapPlottingUtilities iconFactory)
-
-
Method Details
-
showHideRatioWaveform
public void showHideRatioWaveform(boolean show) -
setParentSpectra
-
setCurrentEvent
-
setCurrentStation
-
setCurrentFreqAndStation
-
setDisplayText
-
getSavedAxisLimits
-
setSavedAxisLimits
-
exportScreenshots
-
exportSVG
-
initialize
public void initialize() -
triggerKeyEvent
public void triggerKeyEvent(javafx.scene.input.KeyEvent event) -
attachToDisplayNode
public void attachToDisplayNode(javafx.scene.layout.Pane parent)
-