Public Member Functions | |
| abstract void | refreshChart (final double[] values, final Date[] times) |
The base class for the views showing a chart.
| abstract void alma.acs.alarmsanalyzer.view.ChartViewBase.refreshChart | ( | final double[] | values, | |
| final Date[] | times | |||
| ) | [pure virtual] |
Refresh the content of the graph by setting the passed series of doubles
| values | The values to show in the Y axes | |
| times | The times to show in the X axes |
Implemented in alma.acs.alarmsanalyzer.view.TenMinutesView.
Referenced by alma.acs.alarmsanalyzer.document.TenMinutesContainer.refresh().
1.7.0