Home Segments Index Top Previous Next

706: Mainline

To set the min and max variables of the meter, you first expand the definition of the MeterGraphPane to include setters:

MeterGraphPane method definition • instance 
setMin: aNumber min := aNumber 
MeterGraphPane method definition • instance 
setMax: aNumber max := aNumber 
MeterGraphPane method definition • instance 
setValue: aNumber value := aNumber 
MeterGraphPane method definition • instance 
setTitle: aString title := aString