Package soundPlayback.swing
Class EnvelopeSideBar
java.lang.Object
soundPlayback.swing.EnvelopeSideBar
- All Implemented Interfaces:
 PreprocessSwingComponent
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet a swing component to add to the side panel.protected voidprotected voidvoidupdate()Update the component, e.g. 
- 
Constructor Details
- 
EnvelopeSideBar
 
 - 
 - 
Method Details
- 
mixChanged
protected void mixChanged() - 
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
 
 -