Class CodaWaveformPlotManager
java.lang.Object
gov.llnl.gnem.apps.coda.calibration.gui.plotting.CodaWaveformPlotManager
-
Constructor Summary
ConstructorDescriptionCodaWaveformPlotManager
(WaveformClient waveformClient, ShapeMeasurementClient shapeClient, ParameterClient paramsClient, PeakVelocityClient peakVelocityClient, CertLeafletMapController certMap, LeafletMapController cctMap, MapPlottingUtilities mapPlotUtils) -
Method Summary
Modifier and TypeMethodDescriptionvoid
attachToDisplayNode
(javafx.scene.layout.Pane parent) void
exportScreenshots
(File folder) void
void
setOrderedWaveformIDs
(List<Long> waveformIDs) void
setSavedAxisLimits
(PairT<AxisLimits, AxisLimits> axisLimits) void
setVisible
(boolean visible) void
triggerKeyEvent
(javafx.scene.input.KeyEvent event)
-
Constructor Details
-
CodaWaveformPlotManager
public CodaWaveformPlotManager(WaveformClient waveformClient, ShapeMeasurementClient shapeClient, ParameterClient paramsClient, PeakVelocityClient peakVelocityClient, CertLeafletMapController certMap, LeafletMapController cctMap, MapPlottingUtilities mapPlotUtils)
-
-
Method Details
-
setVisible
public void setVisible(boolean visible) -
resetAllAxes
public void resetAllAxes() -
getSavedAxisLimits
-
setSavedAxisLimits
-
setOrderedWaveformIDs
-
triggerKeyEvent
public void triggerKeyEvent(javafx.scene.input.KeyEvent event) -
exportScreenshots
-
attachToDisplayNode
public void attachToDisplayNode(javafx.scene.layout.Pane parent)
-