Package fftManager.layoutFX
Class FFTPaneFX
Settings pane for the FFT module. Allows users to change FFT length, hop, and set noise suppression algorithms.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic javafx.collections.ObservableList<Integer> Create a step list of FFTlength sizes for a spinnerjavafx.scene.NodeGet node for GUI change of settings.getName()Get the name of the pane.getParams(FFTParameters params) Get settings from the pane.voidCalled when settings pane is first initialised.voidsetParams(FFTParameters fftParameters) Called whenever the pane is first shown/open to set pane to show current settings.Methods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, notifyChange, repackContents, setDefaults, setOwnerWindow 
- 
Constructor Details
- 
FFTPaneFX
 
 - 
 - 
Method Details
- 
createStepList
Create a step list of FFTlength sizes for a spinner- Returns:
 - the step list.
 
 - 
getParams
Description copied from class:SettingsPaneGet settings from the pane.- Specified by:
 getParamsin classSettingsPane<FFTParameters>- Returns:
 - settings class
 
 - 
setParams
Description copied from class:SettingsPaneCalled whenever the pane is first shown/open to set pane to show current settings.- Specified by:
 setParamsin classSettingsPane<FFTParameters>- Parameters:
 fftParameters- - current settings class.
 - 
getName
Description copied from class:SettingsPaneGet the name of the pane.- Specified by:
 getNamein classSettingsPane<FFTParameters>- Returns:
 - name of the pane
 
 - 
getContentNode
public javafx.scene.Node getContentNode()Description copied from class:SettingsPaneGet node for GUI change of settings.- Specified by:
 getContentNodein classSettingsPane<FFTParameters>
 - 
paneInitialized
public void paneInitialized()Description copied from class:SettingsPaneCalled when settings pane is first initialised. This can be used if for example, a the size of a pane is needed for a param. (Sizes are only initialised when Nodes are shown);- Specified by:
 paneInitializedin classSettingsPane<FFTParameters>
 
 -