com.pyxis.greenhopper.charts.issuetracking
Class IssueBurndown
java.lang.Object
com.pyxis.greenhopper.charts.CurveChart
com.pyxis.greenhopper.charts.issuetracking.IssueBurndown
- All Implemented Interfaces:
- Chart
public class IssueBurndown
- extends CurveChart
Methods inherited from class com.pyxis.greenhopper.charts.CurveChart |
buildChart, buildCSVReport, canForecast, computeForecast, computeOnGoing, createTimeMap, flatten, forecastStartPoint, getCompletedDays, getDay, 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 |
IssueBurndown
public IssueBurndown(ChartContext chartContext)
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()
computeCurves
public java.util.List<Curve> computeCurves()
getDefaultSettings
public java.util.Set<CurveSettings> getDefaultSettings()
getOpTimeMap
public java.util.Map<java.lang.Integer,java.lang.Integer> getOpTimeMap()
getCreationTimeMap
public java.util.Map<java.lang.Integer,java.lang.Integer> getCreationTimeMap()
Copyright © 2007-2011 Atlassian. All Rights Reserved.