org.tritonus.share.sampled.mixer
Class TFloatControl
java.lang.Object
javax.sound.sampled.Control
javax.sound.sampled.FloatControl
org.tritonus.share.sampled.mixer.TFloatControl
- All Implemented Interfaces:
- TControllable
public class TFloatControl
- extends FloatControl
- implements TControllable
Base class for classes implementing Line.
|
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)
|
| Methods inherited from class javax.sound.sampled.FloatControl |
getMaximum, getMaxLabel, getMidLabel, getMinimum, getMinLabel, getPrecision, getUnits, getUpdatePeriod, getValue, setValue, shift, toString |
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)
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
Copyright © 2012. All Rights Reserved.