|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.charts.AbstractBambooChart
com.atlassian.bamboo.charts.timeperiod.AbstractTimePeriodGroupedChart
com.atlassian.bamboo.charts.timeperiod.AverageDurationLineChart
public class AverageDurationLineChart
| Field Summary |
|---|
| Fields inherited from class com.atlassian.bamboo.charts.timeperiod.AbstractTimePeriodGroupedChart |
|---|
DAY, MONTH, WEEK, YEAR |
| Fields inherited from class com.atlassian.bamboo.charts.AbstractBambooChart |
|---|
chartTitle, contextPath, height, shortUrlUsed, width, xAxisLabel, yAxisLabel |
| Constructor Summary | |
|---|---|
AverageDurationLineChart(int height,
int width,
String chartTitle,
String xAxisLabel,
String yAxisLabel,
String periodRange,
List filteredResults)
|
|
| Method Summary | |
|---|---|
protected TimePeriodCollater |
createNewPeriod(Date buildDate,
ResultStatisticsProvider result,
String seriesName)
|
Map |
generateChartParams()
|
String |
generateToolTip(XYDataset xyDataset,
int series,
int item)
|
JFreeChart |
getChart()
|
protected void |
writeCounterToDataSet(TimeTableXYDataset dataset,
TimePeriodCollater counter)
|
| Methods inherited from class com.atlassian.bamboo.charts.timeperiod.AbstractTimePeriodGroupedChart |
|---|
getAllPeriodsBetweenDates, getEarliestBuildDate, getLatestbuildDate, getPeriod, getPeriodRange, isInPeriod, populateDataSet |
| Methods inherited from class com.atlassian.bamboo.charts.AbstractBambooChart |
|---|
generateChartImage, generateChartImage, generateRandomMapName, getChartTitle, getContextPath, getHeight, getWidth, getxAxisLabel, getyAxisLabel, isShortUrlUsed, setChartTitle, setContextPath, setHeight, setShortUrlUsed, setWidth, setxAxisLabel, setyAxisLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AverageDurationLineChart(int height,
int width,
String chartTitle,
String xAxisLabel,
String yAxisLabel,
String periodRange,
List filteredResults)
| Method Detail |
|---|
public Map generateChartParams()
public JFreeChart getChart()
public String generateToolTip(XYDataset xyDataset,
int series,
int item)
protected TimePeriodCollater createNewPeriod(Date buildDate,
ResultStatisticsProvider result,
String seriesName)
createNewPeriod in class AbstractTimePeriodGroupedChart
protected void writeCounterToDataSet(TimeTableXYDataset dataset,
TimePeriodCollater counter)
writeCounterToDataSet in class AbstractTimePeriodGroupedChart
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||