org.tritonus.sampled.mixer.esd
Class EsdSourceDataLine.EsdSourceDataLinePanControl

java.lang.Object
  extended by javax.sound.sampled.Control
      extended by javax.sound.sampled.FloatControl
          extended by org.tritonus.sampled.mixer.esd.EsdSourceDataLine.EsdSourceDataLinePanControl
Enclosing class:
EsdSourceDataLine

public class EsdSourceDataLine.EsdSourceDataLinePanControl
extends FloatControl


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.sound.sampled.FloatControl
FloatControl.Type
 
Method Summary
 void setValue(float fPan)
          Set the value of the control.
 
Methods inherited from class javax.sound.sampled.FloatControl
getMaximum, getMaxLabel, getMidLabel, getMinimum, getMinLabel, getPrecision, getUnits, getUpdatePeriod, getValue, shift, toString
 
Methods inherited from class javax.sound.sampled.Control
getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

setValue

public void setValue(float fPan)
Description copied from class: FloatControl
Set the value of the control. If subclasses need to override this method, super.setValue() should be called at the beginning of the overriding implementation.

Overrides:
setValue in class FloatControl