|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ControlLaw
A 'control law' with bidirectional user/control value scaling. The UI control values are integer based, The user values are float based. A Law may be used either by a UI or a Control as appropriate.
Method Summary | |
---|---|
float |
getMaximum()
|
float |
getMinimum()
|
int |
getResolution()
return the resolution of the integer value valid integers are 0 .. |
java.lang.String |
getUnits()
return the user units string |
int |
intValue(float userVal)
return the integer value for user value valid integers are 0 .. |
float |
userValue(int intVal)
return the user value for the integer value valid integers are 0 .. |
Method Detail |
---|
int intValue(float userVal)
float userValue(int intVal)
int getResolution()
float getMinimum()
float getMaximum()
java.lang.String getUnits()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |