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,
String strUnits) |
TFloatControl(FloatControl.Type type,
float fMinimum,
float fMaximum,
float fPrecision,
int nUpdatePeriod,
float fInitialValue,
String strUnits,
String strMinLabel,
String strMidLabel,
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, toStringpublic TFloatControl(FloatControl.Type type, float fMinimum, float fMaximum, float fPrecision, int nUpdatePeriod, float fInitialValue, String strUnits)
public TFloatControl(FloatControl.Type type, float fMinimum, float fMaximum, float fPrecision, int nUpdatePeriod, float fInitialValue, String strUnits, String strMinLabel, String strMidLabel, String strMaxLabel)
public void setParentControl(TCompoundControl compoundControl)
setParentControl in interface TControllablepublic TCompoundControl getParentControl()
getParentControl in interface TControllablepublic void commit()
commit in interface TControllableCopyright © 2016. All Rights Reserved.