Uses of Class
com.pyxis.greenhopper.charts.Curve

Packages that use Curve
com.atlassian.greenhopper.service.charts   
com.pyxis.greenhopper.charts   
com.pyxis.greenhopper.charts.customfield   
com.pyxis.greenhopper.charts.issuetracking   
com.pyxis.greenhopper.charts.renderer   
com.pyxis.greenhopper.charts.timetracking   
 

Uses of Curve in com.atlassian.greenhopper.service.charts
 

Methods in com.atlassian.greenhopper.service.charts that return types with arguments of type Curve
 java.util.List<Curve> HourBurndownAdapter.computeCurves()
          Deprecated.  
 

Uses of Curve in com.pyxis.greenhopper.charts
 

Methods in com.pyxis.greenhopper.charts that return Curve
protected  Curve CurveChart.computeForecast(Curve curve, Point forecastEndPoint)
           
protected  Curve CurveChart.computeOnGoing(Curve curve)
           
protected  Curve CurveChart.getRatioCurve(Curve curve, double originalY)
           
 

Methods in com.pyxis.greenhopper.charts that return types with arguments of type Curve
 java.util.List<Curve> Chart.computeCurves()
           
 java.util.List<Curve> BarChart.computeCurves()
           
 

Methods in com.pyxis.greenhopper.charts with parameters of type Curve
protected  Curve CurveChart.computeForecast(Curve curve, Point forecastEndPoint)
           
protected  Curve CurveChart.computeOnGoing(Curve curve)
           
protected  void CurveChart.flatten(Curve[] curves)
           
protected  Point CurveChart.forecastStartPoint(Curve curve, Point forecastEndPoint)
           
protected  Curve CurveChart.getRatioCurve(Curve curve, double originalY)
           
 

Uses of Curve in com.pyxis.greenhopper.charts.customfield
 

Methods in com.pyxis.greenhopper.charts.customfield that return types with arguments of type Curve
 java.util.List<Curve> FieldVelocity.computeCurves()
           
 java.util.List<Curve> FieldBurnup.computeCurves()
           
 java.util.List<Curve> FieldBurndown.computeCurves()
           
 

Uses of Curve in com.pyxis.greenhopper.charts.issuetracking
 

Methods in com.pyxis.greenhopper.charts.issuetracking that return types with arguments of type Curve
 java.util.List<Curve> TBCumulativeFlow.computeCurves()
           
 java.util.List<Curve> StateCumulativeFlow.computeCurves()
           
 java.util.List<Curve> IssueBurndown.computeCurves()
           
 

Methods in com.pyxis.greenhopper.charts.issuetracking with parameters of type Curve
 int AbstractCumulativeFlow.FlowCurveComparator.compare(Curve curve, Curve curveToCompare)
           
 

Uses of Curve in com.pyxis.greenhopper.charts.renderer
 

Methods in com.pyxis.greenhopper.charts.renderer with parameters of type Curve
 java.awt.Color ChartRenderer.getColor(Curve curve)
           
 

Uses of Curve in com.pyxis.greenhopper.charts.timetracking
 

Methods in com.pyxis.greenhopper.charts.timetracking that return types with arguments of type Curve
 java.util.List<Curve> HourBurndown.computeCurves()
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.