Package soundPlayback.preprocess
Interface PreProcessFXPane
- All Known Implementing Classes:
 FilterSidePane,PlayDecimatorSidePane,PlayGainSidePane
public interface PreProcessFXPane
A node for a pre-process pane.
- Author:
 - Jamie Macaualay
 
- 
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.NodePane which allows the user to switch to a default.javafx.scene.NodegetLabel()Pane which shows the name of the pre-process.javafx.scene.layout.PanegetPane()Get the FX component to add to the side pane.voidupdate()Update the component, e.g. 
- 
Method Details
- 
getPane
javafx.scene.layout.Pane getPane()Get the FX component to add to the side pane.- Returns:
 - the side pane.
 
 - 
update
void update()Update the component, e.g. if the value has been changed somewhere else. - 
getLabel
javafx.scene.Node getLabel()Pane which shows the name of the pre-process. - 
getDefaultButton
javafx.scene.Node getDefaultButton()Pane which allows the user to switch to a default. 
 -