Class RatioMeasurementWaveformPlotManager
java.lang.Object
gov.llnl.gnem.apps.coda.calibration.gui.plotting.RatioMeasurementWaveformPlotManager
-
Constructor Summary
ConstructorDescriptionRatioMeasurementWaveformPlotManager
(com.google.common.eventbus.EventBus bus, CertLeafletMapController mapImpl, MapPlottingUtilities iconFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
attachToDisplayNode
(javafx.scene.layout.Pane parent) void
exportScreenshots
(File folder) void
exportSVG
(RatioDetailPlot plot, String path) void
void
setCurrentEvent
(List<Station> stationsForCurrentEvent) void
setCurrentFreqAndStation
(double lowFreq, double highFreq, Station station) void
setCurrentStation
(Station station) void
setDisplayText
(SpectraRatioPairOperator ratioDetails) void
setParentSpectra
(RatioMeasurementSpectraPlotManager parentSpectra) void
setSavedAxisLimits
(PairT<AxisLimits, AxisLimits> axisLimits) void
showHideRatioWaveform
(boolean show) void
triggerKeyEvent
(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)
-