Package detectionPlotFX.whistleDDPlot
Class WhistleSettingsPane
java.lang.Object
PamController.SettingsPane<T>
pamViewFX.fxSettingsPanes.DynamicSettingsPane<FFTPlotParams>
detectionPlotFX.plots.FFTSettingsPane<ConnectedRegionDataUnit>
detectionPlotFX.whistleDDPlot.WhistleSettingsPane
- All Implemented Interfaces:
DynamicSettings
Plot which shows FFT settings controls and a colour box to change whistle colour.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetParams
(FFTPlotParams fftPlotParams) 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, getName, 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
-
WhistleSettingsPane
-
-
Method Details
-
getParams
Get the params from the current settings of the controls.- Overrides:
getParams
in classFFTSettingsPane<ConnectedRegionDataUnit>
- Parameters:
wignerParams
- - the params to set.- 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<ConnectedRegionDataUnit>
- Parameters:
input
- - current settings class.
-