public class AlarmsPerTenMinutesPart extends ChartViewBase
| Constructor and Description |
|---|
AlarmsPerTenMinutesPart()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
createPartControl(Composite parent) |
void |
dispose() |
void |
postConstruct(Composite parent) |
void |
refreshChart(double[] values,
java.util.Date[] times)
Refresh the content of the graph by setting the passed series of doubles
|
void |
setFocus() |
public void createPartControl(Composite parent)
@PostConstruct public void postConstruct(Composite parent)
public void dispose()
public void refreshChart(double[] values,
java.util.Date[] times)
ChartViewBaserefreshChart in class ChartViewBasevalues - The values to show in the Y axestimes - The times to show in the X axespublic void setFocus()