org.tritonus.share.sampled.mixer
Class TFloatControl

java.lang.Object
  extended byjavax.sound.sampled.Control
      extended byjavax.sound.sampled.FloatControl
          extended byorg.tritonus.share.sampled.mixer.TFloatControl
All Implemented Interfaces:
TControllable

public class TFloatControl
extends FloatControl
implements TControllable

Base class for classes implementing Line.


Nested Class Summary
 
Nested classes inherited from class javax.sound.sampled.FloatControl
FloatControl.Type
 
Constructor Summary
TFloatControl(FloatControl.Type type, float fMinimum, float fMaximum, float fPrecision, int nUpdatePeriod, float fInitialValue, String strUnits)
           
TFloatControl(FloatControl.Type type, float fMinimum, float fMaximum, float fPrecision, int nUpdatePeriod, float fInitialValue, String strUnits, String strMinLabel, String strMidLabel, String strMaxLabel)
           
 
Method Summary
 void commit()
           
 TCompoundControl getParentControl()
           
 void setParentControl(TCompoundControl compoundControl)
           
 
Methods inherited from class javax.sound.sampled.FloatControl
getMaximum, getMaxLabel, getMidLabel, getMinimum, getMinLabel, getPrecision, getUnits, getUpdatePeriod, getValue, setValue, 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

TFloatControl

public TFloatControl(FloatControl.Type type,
                     float fMinimum,
                     float fMaximum,
                     float fPrecision,
                     int nUpdatePeriod,
                     float fInitialValue,
                     String strUnits)

TFloatControl

public TFloatControl(FloatControl.Type type,
                     float fMinimum,
                     float fMaximum,
                     float fPrecision,
                     int nUpdatePeriod,
                     float fInitialValue,
                     String strUnits,
                     String strMinLabel,
                     String strMidLabel,
                     String strMaxLabel)
Method Detail

setParentControl

public void setParentControl(TCompoundControl compoundControl)
Specified by:
setParentControl in interface TControllable

getParentControl

public TCompoundControl getParentControl()
Specified by:
getParentControl in interface TControllable

commit

public void commit()
Specified by:
commit in interface TControllable