public class AveragingObservable extends Observable<Double>
| Constructor and Description |
|---|
AveragingObservable()
Creates a new observable with the default number of samples
|
AveragingObservable(int samples)
Creates a new observable with the specified number of samples
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getMax() |
Double |
getMin() |
void |
set(Double value)
Sets the value
|
addListener, get, removeListener, toStringCopyright © 2014. All Rights Reserved.