|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatisticsChartGenerator
Generates a chart based on data from a set of GroupedTimingStatistics.
Field Summary | |
---|---|
static int |
DEFAULT_MAX_DATA_POINTS
The default maximum number of data points (along the X axis) that will be displayed. |
Method Summary | |
---|---|
void |
appendData(GroupedTimingStatistics statistics)
Appends a set of statistics to the list of data to be displayed on the chart. |
String |
getChartUrl()
Implementing classes should return a URL to the chart that depicts the data sent in to the appendData method. |
List<GroupedTimingStatistics> |
getData()
Gets the data that will be visualized by any charts created by this chart generator. |
Field Detail |
---|
static final int DEFAULT_MAX_DATA_POINTS
Method Detail |
---|
String getChartUrl()
void appendData(GroupedTimingStatistics statistics)
statistics
- the statistics to be added to the list of data.List<GroupedTimingStatistics> getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |