public interface Tempo
The following features are supported:
EsxPackage.getTempo()| Modifier and Type | Method and Description |
|---|---|
short |
getShortFromCurrentValue() |
float |
getValidValue(float value) |
float |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setCurrentValueFromShort(short packedShort) |
void |
setValue(float value)
Sets the value of the '
Value' attribute. |
float getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(float),
EsxPackage.getTempo_Value()void setValue(float value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()short getShortFromCurrentValue()
float getValidValue(float value)
void setCurrentValueFromShort(short packedShort)