uk.org.toot.audio.mixer
Class MixControls.FrontRearControl

java.lang.Object
  extended by java.util.Observable
      extended by uk.org.toot.control.Control
          extended by uk.org.toot.control.LawControl
              extended by uk.org.toot.control.FloatControl
                  extended by uk.org.toot.audio.mixer.MixControls.FrontRearControl
Enclosing class:
MixControls

public static class MixControls.FrontRearControl
extends FloatControl

A FrontRearControl.


Constructor Summary
MixControls.FrontRearControl()
           
 
Method Summary
 void applyPreset(java.lang.String presetName)
           
 float getFront()
           
 java.lang.String[] getPresetNames()
           
 float getRear()
           
 void setValue(float value)
          Sets the current value for the control.
 
Methods inherited from class uk.org.toot.control.FloatControl
getMaximum, getMaxLabel, getMidLabel, getMinimum, getMinLabel, isRotary, 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

MixControls.FrontRearControl

public MixControls.FrontRearControl()
Method Detail

getFront

public float getFront()

getRear

public float getRear()

setValue

public void setValue(float value)
Description copied from class: LawControl
Sets the current value for the control. The default implementation simply sets the value as indicated. If the value indicated is greater than the maximum value, or smaller than the minimum value, an IllegalArgumentException is thrown.

Overrides:
setValue in class LawControl
Parameters:
value - the desired new value

getPresetNames

public java.lang.String[] getPresetNames()
Overrides:
getPresetNames in class LawControl

applyPreset

public void applyPreset(java.lang.String presetName)
Overrides:
applyPreset in class LawControl


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.