Class PathController
java.lang.Object
gov.llnl.gnem.apps.coda.calibration.gui.controllers.PathController
- All Implemented Interfaces:
MapListeningController
,RefreshableController
,ScreenshotEnabledController
@Component
public class PathController
extends Object
implements MapListeningController, RefreshableController, ScreenshotEnabledController
-
Constructor Summary
ConstructorDescriptionPathController
(SpectraClient spectraMeasurementClient, WaveformClient waveformClient, com.google.common.eventbus.EventBus bus, GeoMap mapImpl, MapPlottingUtilities mappingUtilities, PlotFactory plotFactory) -
Method Summary
-
Constructor Details
-
PathController
@Autowired public PathController(SpectraClient spectraMeasurementClient, WaveformClient waveformClient, com.google.common.eventbus.EventBus bus, GeoMap mapImpl, MapPlottingUtilities mappingUtilities, PlotFactory plotFactory)
-
-
Method Details
-
initialize
public void initialize() -
refreshView
public void refreshView()- Specified by:
refreshView
in interfaceMapListeningController
-
getRefreshFunction
- Specified by:
getRefreshFunction
in interfaceRefreshableController
-
getScreenshotFunction
- Specified by:
getScreenshotFunction
in interfaceScreenshotEnabledController
-
setVisible
public void setVisible(boolean visible) - Specified by:
setVisible
in interfaceMapListeningController
-