com.atlassian.bamboo.charts.author
Class AuthorNumberBuildsBarChart

java.lang.Object
  extended by com.atlassian.bamboo.charts.AbstractBambooChart
      extended by com.atlassian.bamboo.charts.author.AuthorNumberBuildsBarChart
All Implemented Interfaces:
ChartBuilder

public class AuthorNumberBuildsBarChart
extends AbstractBambooChart


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.charts.AbstractBambooChart
chartTitle, contextPath, height, shortUrlUsed, width, xAxisLabel, yAxisLabel
 
Constructor Summary
AuthorNumberBuildsBarChart(int height, int width, java.lang.String chartTitle, java.lang.String xAxisLabel, java.lang.String yAxisLabel, org.jfree.data.xy.IntervalXYDataset dataSet)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> generateChartParams()
           
 org.jfree.chart.JFreeChart getJFreeChart()
           
 
Methods 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorNumberBuildsBarChart

public AuthorNumberBuildsBarChart(int height,
                                  int width,
                                  java.lang.String chartTitle,
                                  java.lang.String xAxisLabel,
                                  java.lang.String yAxisLabel,
                                  org.jfree.data.xy.IntervalXYDataset dataSet)
Method Detail

generateChartParams

public java.util.Map<java.lang.String,java.lang.Object> generateChartParams()

getJFreeChart

public org.jfree.chart.JFreeChart getJFreeChart()


Copyright © 2012 Atlassian. All Rights Reserved.