Package detectionPlotFX.clickTrainDDPlot
Class WaterFallSpecSettingsPane
java.lang.Object
PamController.SettingsPane<T>
pamViewFX.fxSettingsPanes.DynamicSettingsPane<FFTPlotParams>
detectionPlotFX.plots.FFTSettingsPane
detectionPlotFX.clickTrainDDPlot.WaterFallSpecSettingsPane
- All Implemented Interfaces:
DynamicSettings
Settings pane for a waterfall spectrogram.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get the name of the pane.getParams
(FFTPlotParams input) Get the params from the current settings of the controls.void
setParams
(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, paneInitialized
Methods inherited from class pamViewFX.fxSettingsPanes.DynamicSettingsPane
addSettingsListener, isAllowNotify, notifySettingsListeners, removeSettingsListener, setAllowNotify
Methods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, notifyChange, repackContents, setDefaults, setOwnerWindow
-
Constructor Details
-
WaterFallSpecSettingsPane
-
-
Method Details
-
getName
Description copied from class:SettingsPane
Get the name of the pane.- Overrides:
getName
in classFFTSettingsPane
- Returns:
- name of the pane
-
getParams
Description copied from class:FFTSettingsPane
Get the params from the current settings of the controls.- Overrides:
getParams
in classFFTSettingsPane
- Returns:
- the new FFT parameters
-
setParams
Description copied from class:SettingsPane
Called whenever the pane is first shown/open to set pane to show current settings.- Overrides:
setParams
in classFFTSettingsPane
- Parameters:
input
- - current settings class.
-