public class TimeSeriesReporter extends Reporter
| Constructor and Description |
|---|
TimeSeriesReporter(Reportable informationSource) |
| Modifier and Type | Method and Description |
|---|---|
ChartDataTimeSeries |
getChartData() |
java.lang.String[] |
getEntries()
Returns an array of strings each containing the data for the
corresponding column in array
columns[]. |
boolean |
makeAdditionalColorEntryIfHTMLColorChartIsGenerated() |
getColumnTitles, getDescription, getGroupID, getHeading, getModel, getNumOfSlaveQueues, getReportable, isContinuingReporter, isEqual, isLarger, isOtherGroup, isSameGroup, isTwoRowReporter, numColumnspublic TimeSeriesReporter(Reportable informationSource)
public java.lang.String[] getEntries()
Reportercolumns[]. Implement this
method the an array of the same length as the columntitles is produced
containing the data at the point of time this method is called by someone
else to produce up-to-date information.getEntries in class Reporterpublic ChartDataTimeSeries getChartData()
public boolean makeAdditionalColorEntryIfHTMLColorChartIsGenerated()
makeAdditionalColorEntryIfHTMLColorChartIsGenerated in class Reporter