public abstract static class DoubleGauge.DoublePoint extends Object
| Constructor and Description |
|---|
DoublePoint() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(double amt)
Adds the given value to the current value.
|
abstract void |
set(double val)
Sets the given value.
|