Package detectionPlotFX.whistleDDPlot
Class WhistleSettingsPane
java.lang.Object
PamController.SettingsPane<FFTPlotParams>
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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetParams(FFTPlotParams fftPlotParams) 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
createFFTSettingsPane, enableTimeBufferSpinner, getColorBox, getContentNode, getFftLengthSpinner, getFFTPane, getHolderPane, getName, 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
- 
WhistleSettingsPane
 
 - 
 - 
Method Details
- 
getParams
Get the params from the current settings of the controls.- Overrides:
 getParamsin classFFTSettingsPane<ConnectedRegionDataUnit>- Parameters:
 wignerParams- - the params to set.- 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<ConnectedRegionDataUnit>- Parameters:
 input- - current settings class.
 
 -