com.pyxis.greenhopper.charts.customfield
Class MasterFieldBurnup

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

public class MasterFieldBurnup
extends BarChart


Field Summary
 
Fields inherited from class com.pyxis.greenhopper.charts.BarChart
BAR, chartContext
 
Constructor Summary
MasterFieldBurnup(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

MasterFieldBurnup

public MasterFieldBurnup(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.