public class StatisticsDisplay extends java.lang.Object implements Observer, DisplayElement
| Modifier and Type | Field and Description |
|---|---|
private float |
maxTemp |
private float |
minTemp |
private int |
numReadings |
private float |
tempSum |
| Constructor and Description |
|---|
StatisticsDisplay(WeatherData weatherData) |
| Modifier and Type | Method and Description |
|---|---|
void |
display() |
void |
update(float temp,
float humidity,
float pressure) |
private float maxTemp
private float minTemp
private float tempSum
private int numReadings
public StatisticsDisplay(WeatherData weatherData)