Class DecVariableValue

All Implemented Interfaces:
ActionListener, FocusListener, PropertyChangeListener, EventListener
Direct Known Subclasses:
HexVariableValue, ShortAddrVariableValue

Decimal representation of a value.
The mask attribute represents the part of the value that's present in the CV.
Optional attributes factor and offset are applied when going from the variable value to the CV values, or vice-versa:
 Value to put in CVs = ((value in text field) -offset)/factor
 Value to put in text field = ((value in CVs) *factor) +offset
 
*