Package detectionPlotFX.clickTrainDDPlot
Class WaterFallSpecSettingsPane
java.lang.Object
PamController.SettingsPane
pamViewFX.fxSettingsPanes.DynamicSettingsPane
detectionPlotFX.plots.FFTSettingsPane
detectionPlotFX.clickTrainDDPlot.WaterFallSpecSettingsPane
- All Implemented Interfaces:
 DynamicSettings
Settings pane for a waterfall spectrogram.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected javafx.scene.layout.PaneCreate the waterfall spectrogram pane.getName()Get the name of the pane.getParams(FFTPlotParams input) Get the params from the current settings of the controls.voidsetParams(FFTPlotParams input) Called whenever the pane is first shown/open to set pane to show current settings.Methods inherited from class detectionPlotFX.plots.FFTSettingsPane
enableTimeBufferSpinner, getColorBox, getContentNode, getFftLengthSpinner, getFFTPane, getHolderPane, getSpectroControlPane, newSettings, paneInitializedMethods inherited from class pamViewFX.fxSettingsPanes.DynamicSettingsPane
addSettingsListener, isAllowNotify, notifySettingsListeners, removeSettingsListener, setAllowNotifyMethods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, notifyChange, repackContents, setDefaults, setOwnerWindow 
- 
Constructor Details
- 
WaterFallSpecSettingsPane
 
 - 
 - 
Method Details
- 
getName
Description copied from class:SettingsPaneGet the name of the pane.- Overrides:
 getNamein classFFTSettingsPane- Returns:
 - name of the pane
 
 - 
getParams
Description copied from class:FFTSettingsPaneGet the params from the current settings of the controls.- Overrides:
 getParamsin classFFTSettingsPane- Returns:
 - the new FFT parameters
 
 - 
setParams
Description copied from class:SettingsPaneCalled whenever the pane is first shown/open to set pane to show current settings.- Overrides:
 setParamsin classFFTSettingsPane- Parameters:
 input- - current settings class.
 - 
createFFTSettingsPane
protected javafx.scene.layout.Pane createFFTSettingsPane()Create the waterfall spectrogram pane.- Overrides:
 createFFTSettingsPanein classFFTSettingsPane- Returns:
 - the FFT settings pane.
 
 
 -