Package detectionPlotFX.plots
Class WaveformSettingsPane
Waveform plot. Plots the waveforms from detections.
- Author:
- Jamie Macaulay
-
Constructor Summary
ConstructorDescriptionWaveformSettingsPane
(WaveformPlot waveformPlot) Settings for the waveform plot. -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.Pane
Create waveform plotjavafx.scene.Node
Get node for GUI change of settings.getName()
Get the name of the pane.getParams
(WaveformPlotParams waveformPlotParams) Get the paramters class for the pane.void
Called whenever a control is set to allow for settings updates as they happenvoid
Called when settings pane is first initialised.void
setParams
(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:
getParams
in classSettingsPane<WaveformPlotParams>
- Returns:
- a parameters class with all a params corresponding to setting of controls.
-
setParams
Set the params- Specified by:
setParams
in classSettingsPane<WaveformPlotParams>
- Parameters:
waveformPlotParams
-
-
getName
Description copied from class:SettingsPane
Get the name of the pane.- Specified by:
getName
in classSettingsPane<WaveformPlotParams>
- Returns:
- name of the pane
-
getContentNode
public javafx.scene.Node getContentNode()Description copied from class:SettingsPane
Get node for GUI change of settings.- Specified by:
getContentNode
in classSettingsPane<WaveformPlotParams>
-
paneInitialized
public void paneInitialized()Description copied from class:SettingsPane
Called 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:
paneInitialized
in classSettingsPane<WaveformPlotParams>
-