com.pyxis.greenhopper.charts.customfield
Class MasterFieldBurndown

java.lang.Object
  extended by com.pyxis.greenhopper.charts.BarChart
      extended by com.pyxis.greenhopper.charts.customfield.MasterFieldBurndown
All Implemented Interfaces:
Chart

public class MasterFieldBurndown
extends BarChart


Field Summary
 
Fields inherited from class com.pyxis.greenhopper.charts.BarChart
BAR, chartContext
 
Constructor Summary
MasterFieldBurndown(ChartContext chartContext)
           
 
Method Summary
protected  org.jfree.data.category.DefaultCategoryDataset computeDataSet()
           
 org.jfree.chart.annotations.CategoryTextAnnotation getAnnotation(org.jfree.data.category.DefaultCategoryDataset dataSet)
           
 java.util.Set<CurveSettings> getDefaultSettings()
           
 java.lang.String getTitle()
           
 java.lang.String getXTitle()
           
 java.lang.String getYTitle()
           
 boolean isJFreeChartSupported()
           
 boolean isReportSupported()
           
 
Methods inherited from class com.pyxis.greenhopper.charts.BarChart
buildChart, buildCSVReport, computeCurves, getDataSet, getMarkerValue, getSettings, getSumValue, getYMaxValue, isDateAxisAvailable, isForecastLegendShown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterFieldBurndown

public MasterFieldBurndown(ChartContext chartContext)
Method Detail

getTitle

public java.lang.String getTitle()

getXTitle

public java.lang.String getXTitle()

getYTitle

public java.lang.String getYTitle()

isReportSupported

public boolean isReportSupported()

isJFreeChartSupported

public boolean isJFreeChartSupported()

getDefaultSettings

public java.util.Set<CurveSettings> getDefaultSettings()

getAnnotation

public org.jfree.chart.annotations.CategoryTextAnnotation getAnnotation(org.jfree.data.category.DefaultCategoryDataset dataSet)
Specified by:
getAnnotation in class BarChart

computeDataSet

protected org.jfree.data.category.DefaultCategoryDataset computeDataSet()
Specified by:
computeDataSet in class BarChart


Copyright © 2007-2011 Atlassian. All Rights Reserved.