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

java.lang.Object
  extended byjavax.sound.sampled.Control
      extended byjavax.sound.sampled.FloatControl
          extended byorg.tritonus.sampled.mixer.esd.EsdSourceDataLine.EsdSourceDataLinePanControl
Enclosing class:
EsdSourceDataLine

public class EsdSourceDataLine.EsdSourceDataLinePanControl
extends FloatControl


Nested Class Summary
 
Nested classes inherited from class javax.sound.sampled.FloatControl
FloatControl.Type
 
Constructor Summary
EsdSourceDataLine.EsdSourceDataLinePanControl()
           
 
Method Summary
 void setValue(float fPan)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EsdSourceDataLine.EsdSourceDataLinePanControl

EsdSourceDataLine.EsdSourceDataLinePanControl()
Method Detail

setValue

public void setValue(float fPan)
Overrides:
setValue in class FloatControl