Public Member Functions

alma.acs.alarmsanalyzer.view.ChartViewBase Class Reference

Inheritance diagram for alma.acs.alarmsanalyzer.view.ChartViewBase:
alma.acs.alarmsanalyzer.view.TenMinutesView

List of all members.

Public Member Functions

abstract void refreshChart (final double[] values, final Date[] times)

Detailed Description

The base class for the views showing a chart.

Author:
acaproni

Member Function Documentation

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

Parameters:
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().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties