Package soundPlayback.swing
Class DecimatorSideBar
java.lang.Object
soundPlayback.swing.DecimatorSideBar
- All Implemented Interfaces:
 PreprocessSwingComponent
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet a swing component to add to the side panel.protected voidvoidupdate()Update the component, e.g. 
- 
Constructor Details
- 
DecimatorSideBar
 
 - 
 - 
Method Details
- 
speedChanged
protected void speedChanged() - 
getComponent
Description copied from interface:PreprocessSwingComponentGet a swing component to add to the side panel.- Specified by:
 getComponentin interfacePreprocessSwingComponent- Returns:
 - swing component
 
 - 
update
public void update()Description copied from interface:PreprocessSwingComponentUpdate the component, e.g. if the value has been changed somewhere else.- Specified by:
 updatein interfacePreprocessSwingComponent
 
 -