Home Segments Index Top Previous Next

898: Mainline

There is no value instance variable, however. Instead, meter instances are expected to have a model, and the value to be displayed is to be fetched from that model:

displayOn: thePen 
  | ... modelValue ... | 
  ... 
  modelValue := self model value. 
  ...