|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
uk.org.toot.control.Control
uk.org.toot.control.LawControl
uk.org.toot.audio.fader.FaderControl
uk.org.toot.audio.mixer.MixControls.GainControl
public static class MixControls.GainControl
A GainControl is a FaderControl which implements GainVariables.
Constructor Summary | |
---|---|
MixControls.GainControl(float initialdB)
|
Method Summary | |
---|---|
float |
getGain()
|
void |
setValue(float value)
Sets the current value for the control. |
Methods inherited from class uk.org.toot.audio.fader.FaderControl |
---|
applyPreset, getMaxLabel, getMinLabel, getPresetNames, getUnityLabel, toString |
Methods inherited from class uk.org.toot.control.LawControl |
---|
getInsertColor, getIntValue, getLaw, getPrecision, getValue, getValueString, setInsertColor, setIntValue |
Methods inherited from class uk.org.toot.control.Control |
---|
getAnnotation, getControlPath, getControlPath, getId, getName, getParent, isAdjusting, isEnabled, isHidden, isIndicator, setAdjusting, setAnnotation, setEnabled, setHidden, setName |
Methods inherited from class java.util.Observable |
---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MixControls.GainControl(float initialdB)
Method Detail |
---|
public void setValue(float value)
LawControl
setValue
in class LawControl
value
- the desired new valuepublic float getGain()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |