public abstract class FloatControl extends Control
Modifier and Type | Class and Description |
---|---|
static class |
FloatControl.Type |
Modifier and Type | Method and Description |
---|---|
float |
getMaximum() |
java.lang.String |
getMaxLabel() |
java.lang.String |
getMidLabel() |
float |
getMinimum() |
java.lang.String |
getMinLabel() |
float |
getPrecision() |
java.lang.String |
getUnits() |
int |
getUpdatePeriod() |
float |
getValue() |
void |
setValue(float fValue)
Set the value of the control.
|
void |
shift(float fFrom,
float fTo,
int nMicroseconds) |
java.lang.String |
toString() |
public void setValue(float fValue)
public float getValue()
public float getMaximum()
public float getMinimum()
public java.lang.String getUnits()
public java.lang.String getMinLabel()
public java.lang.String getMidLabel()
public java.lang.String getMaxLabel()
public float getPrecision()
public int getUpdatePeriod()
public void shift(float fFrom, float fTo, int nMicroseconds)