com.pyxis.greenhopper.charts.customfield
Class FieldBurndown

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

public class FieldBurndown
extends CurveChart


Field Summary
 
Fields inherited from class com.pyxis.greenhopper.charts.CurveChart
chartContext, workingDaysPerWeek
 
Constructor Summary
FieldBurndown(ChartContext chartContext)
           
 
Method Summary
 java.util.List<Curve> computeCurves()
           
 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.CurveChart
buildChart, buildCSVReport, canForecast, computeForecast, computeOnGoing, createTimeMap, flatten, forecastStartPoint, getCompletedDays, getDay, getDayAxisLabel, getDaysVsDatesMapping, getEndDate, getPreviousDate, getRatioCurve, getSettings, getTotalNumberOfDays, getWorkedDays, isClosed, isDateAxisAvailable, isForecastLegendShown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldBurndown

public FieldBurndown(ChartContext chartContext)
Method Detail

getTitle

public java.lang.String getTitle()

getXTitle

public java.lang.String getXTitle()

getYTitle

public java.lang.String getYTitle()

computeCurves

public java.util.List<Curve> computeCurves()

isReportSupported

public boolean isReportSupported()

isJFreeChartSupported

public boolean isJFreeChartSupported()

getDefaultSettings

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


Copyright © 2007-2012 Atlassian. All Rights Reserved.