Package detectionPlotFX.plots
Class WaveformSettingsPane
Waveform plot. Plots the waveforms from detections.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
ConstructorsConstructorDescriptionWaveformSettingsPane(WaveformPlot waveformPlot) Settings for the waveform plot. - 
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.PaneCreate waveform plotjavafx.scene.NodeGet node for GUI change of settings.getName()Get the name of the pane.getParams(WaveformPlotParams waveformPlotParams) Get the paramters class for the pane.voidCalled whenever a control is set to allow for settings updates as they happenvoidCalled when settings pane is first initialised.voidsetParams(WaveformPlotParams waveformPlotParams) Set the paramsMethods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, notifyChange, repackContents, setDefaults, setOwnerWindow 
- 
Constructor Details
- 
WaveformSettingsPane
Settings for the waveform plot. 
 - 
 - 
Method Details
- 
createWaveformPlot
public javafx.scene.layout.Pane createWaveformPlot()Create waveform plot- Returns:
 - the waveform plot pane.
 
 - 
newSettings
public void newSettings()Called whenever a control is set to allow for settings updates as they happen - 
getParams
Get the paramters class for the pane.- Specified by:
 getParamsin classSettingsPane<WaveformPlotParams>- Returns:
 - a parameters class with all a params corresponding to setting of controls.
 
 - 
setParams
Set the params- Specified by:
 setParamsin classSettingsPane<WaveformPlotParams>- Parameters:
 waveformPlotParams-
 - 
getName
Description copied from class:SettingsPaneGet the name of the pane.- Specified by:
 getNamein classSettingsPane<WaveformPlotParams>- 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<WaveformPlotParams>
 - 
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<WaveformPlotParams>
 
 -