Method | Description | |
---|---|---|
MutableMeter ( ) : System |
Constructs a new blank MutableMeter.
|
|
MutableMeter ( object owner, object minimumValue, object maximumValue, object currentValue, string units ) : System |
Constructs a new MutableMeter.
|
|
MutableMeter ( object minimumValue, object maximumValue, object currentValue, string units ) : System |
Constructs a new MutableMeter.
|
|
SetCurrentAndMaximumValue ( object value, object maximumValue ) : void |
Sets the current and maximum value.
|
|
SetCurrentValue ( object value ) : void |
Sets the current value.
|
|
SetMaximumValue ( object value ) : void |
Sets the maxuimum value.
|
|
SetMinimumValue ( object value ) : void |
Sets the minimum value.
|
|
SetOwner ( object value ) : void |
Sets the owner of the meter.
|
|
SetUnits ( string value ) : void |
Sets the units.
|
|
ToString ( ) : string |
Gets a string representation of this object. ToStringGenerator will be used to generate the string if it is not null otherwise the default from AbstractMeter.ToString() will be used.
|
public MutableMeter ( object owner, object minimumValue, object maximumValue, object currentValue, string units ) : System | ||
owner | object | The owner |
minimumValue | object | The |
maximumValue | object | The |
currentValue | object | The |
units | string | The |
return | System |
public MutableMeter ( object minimumValue, object maximumValue, object currentValue, string units ) : System | ||
minimumValue | object | The |
maximumValue | object | The |
currentValue | object | The |
units | string | The |
return | System |
public SetCurrentAndMaximumValue ( object value, object maximumValue ) : void | ||
value | object | The current value |
maximumValue | object | The maximum value |
return | void |
public SetCurrentValue ( object value ) : void | ||
value | object | The current value |
return | void |
public SetMaximumValue ( object value ) : void | ||
value | object | The maximum value |
return | void |
public SetMinimumValue ( object value ) : void | ||
value | object | The minimum value |
return | void |