public class TFloatControl extends FloatControl implements TControllable
FloatControl.Type
Constructor and Description |
---|
TFloatControl(FloatControl.Type type,
float fMinimum,
float fMaximum,
float fPrecision,
int nUpdatePeriod,
float fInitialValue,
java.lang.String strUnits) |
TFloatControl(FloatControl.Type type,
float fMinimum,
float fMaximum,
float fPrecision,
int nUpdatePeriod,
float fInitialValue,
java.lang.String strUnits,
java.lang.String strMinLabel,
java.lang.String strMidLabel,
java.lang.String strMaxLabel) |
Modifier and Type | Method and Description |
---|---|
void |
commit() |
TCompoundControl |
getParentControl() |
void |
setParentControl(TCompoundControl compoundControl) |
getMaximum, getMaxLabel, getMidLabel, getMinimum, getMinLabel, getPrecision, getUnits, getUpdatePeriod, getValue, setValue, shift, toString
public TFloatControl(FloatControl.Type type, float fMinimum, float fMaximum, float fPrecision, int nUpdatePeriod, float fInitialValue, java.lang.String strUnits)
public TFloatControl(FloatControl.Type type, float fMinimum, float fMaximum, float fPrecision, int nUpdatePeriod, float fInitialValue, java.lang.String strUnits, java.lang.String strMinLabel, java.lang.String strMidLabel, java.lang.String strMaxLabel)
public void setParentControl(TCompoundControl compoundControl)
setParentControl
in interface TControllable
public TCompoundControl getParentControl()
getParentControl
in interface TControllable
public void commit()
commit
in interface TControllable