Package Acquisition.sud
Class SudAudioSettingsPane
java.lang.Object
Acquisition.sud.SudAudioSettingsPane
- All Implemented Interfaces:
PamAudioSettingsPane
Some Swing and FX controls to allow a user to chnage sud parameters.
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
The sud settings panel for JavaFXclass
The sud settings panel. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.Pane
Get the JavaFX pane for loading audio.Get the swing audio loader pane.void
Get the parameters.getParams
(PamSudParams sudParams) void
Set parameters.void
setParams
(PamSudParams sudParams)
-
Constructor Details
-
SudAudioSettingsPane
-
-
Method Details
-
getAudioLoaderPane
public javafx.scene.layout.Pane getAudioLoaderPane()Description copied from interface:PamAudioSettingsPane
Get the JavaFX pane for loading audio.- Specified by:
getAudioLoaderPane
in interfacePamAudioSettingsPane
- Returns:
-
getAudioLoaderPanel
Description copied from interface:PamAudioSettingsPane
Get the swing audio loader pane.- Specified by:
getAudioLoaderPanel
in interfacePamAudioSettingsPane
- Returns:
-
setParams
-
getParams
-
getParams
public void getParams()Description copied from interface:PamAudioSettingsPane
Get the parameters. This called whenever the settings dialog or pane is closed.- Specified by:
getParams
in interfacePamAudioSettingsPane
-
setParams
public void setParams()Description copied from interface:PamAudioSettingsPane
Set parameters. This is called when the dialog or pane is opened.- Specified by:
setParams
in interfacePamAudioSettingsPane
-