com.atlassian.bamboo.charts.timeperiod
Class SuccessRatioStackedAreaChart
java.lang.Object
com.atlassian.bamboo.charts.AbstractBambooChart
com.atlassian.bamboo.charts.timeperiod.AbstractTimePeriodGroupedChart
com.atlassian.bamboo.charts.timeperiod.SuccessRatioStackedAreaChart
- All Implemented Interfaces:
- ChartBuilder
public class SuccessRatioStackedAreaChart
- extends AbstractTimePeriodGroupedChart
Constructor Summary |
SuccessRatioStackedAreaChart(int height,
int width,
String chartTitle,
String xAxisLabel,
String yAxisLabel)
|
SuccessRatioStackedAreaChart(int height,
int width,
String chartTitle,
String xAxisLabel,
String yAxisLabel,
String periodRange)
|
SuccessRatioStackedAreaChart(int height,
int width,
String chartTitle,
String xAxisLabel,
String yAxisLabel,
String periodRange,
Collection results)
|
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 |
SuccessRatioStackedAreaChart
public SuccessRatioStackedAreaChart(int height,
int width,
String chartTitle,
String xAxisLabel,
String yAxisLabel)
SuccessRatioStackedAreaChart
public SuccessRatioStackedAreaChart(int height,
int width,
String chartTitle,
String xAxisLabel,
String yAxisLabel,
String periodRange)
SuccessRatioStackedAreaChart
public SuccessRatioStackedAreaChart(int height,
int width,
String chartTitle,
String xAxisLabel,
String yAxisLabel,
String periodRange,
Collection results)
generateChartParams
public Map generateChartParams()
getChart
public JFreeChart getChart()
generateToolTip
public String generateToolTip(XYDataset xyDataset,
int series,
int item)
createNewPeriod
protected TimePeriodCollater createNewPeriod(Date buildDate,
ResultStatisticsProvider result,
String seriesName)
- Specified by:
createNewPeriod
in class AbstractTimePeriodGroupedChart
writeCounterToDataSet
protected void writeCounterToDataSet(TimeTableXYDataset dataset,
TimePeriodCollater counter)
- Specified by:
writeCounterToDataSet
in class AbstractTimePeriodGroupedChart
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.