Class AuthorBrokenBuildsLineChart
java.lang.Object
com.atlassian.bamboo.charts.AbstractBambooChart
com.atlassian.bamboo.reports.charts.BambooReportLineChart
com.atlassian.bamboo.charts.author.AuthorBrokenBuildsLineChart
- All Implemented Interfaces:
ChartBuilder,BambooPluginModule,org.jfree.chart.labels.XYSeriesLabelGenerator,org.jfree.chart.labels.XYToolTipGenerator
public class AuthorBrokenBuildsLineChart
extends BambooReportLineChart
implements org.jfree.chart.labels.XYToolTipGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bamboo.charts.AbstractBambooChart
AbstractBambooChart.AutoRange, AbstractBambooChart.NotifyListeners -
Field Summary
Fields inherited from class com.atlassian.bamboo.reports.charts.BambooReportLineChart
cachedPlanManager, dataSet, resultsSummaryManagerFields inherited from class com.atlassian.bamboo.charts.AbstractBambooChart
chartTitle, contextPath, height, shortUrlUsed, width, xAxisLabel, yAxisLabel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateToolTip(org.jfree.data.xy.XYDataset xyDataset, int series, int item) Methods inherited from class com.atlassian.bamboo.reports.charts.BambooReportLineChart
generateChartParams, generateLabel, getDataSet, getJFreeChart, getResultsSummaryManager, setCachedPlanManager, setDataSet, setResultsSummaryManagerMethods inherited from class com.atlassian.bamboo.charts.AbstractBambooChart
configureDurationRangeAxis, configureDurationRangeAxis, configureDurationRangeAxisForSeconds, generateChartImage, generateChartImage, generateRandomMapName, getChartTitle, getContextPath, getHeight, getWidth, getxAxisLabel, getyAxisLabel, isShortUrlUsed, setChartTitle, setContextPath, setHeight, setShortUrlUsed, setWidth, setxAxisLabel, setyAxisLabel
-
Constructor Details
-
AuthorBrokenBuildsLineChart
public AuthorBrokenBuildsLineChart()
-
-
Method Details
-
generateToolTip
- Specified by:
generateToolTipin interfaceorg.jfree.chart.labels.XYToolTipGenerator- Overrides:
generateToolTipin classBambooReportLineChart
-