com.atlassian.jira.charts
Class PieChart

java.lang.Object
  extended by com.atlassian.jira.charts.PieChart

public class PieChart
extends Object

Produces a pie chart based on all issues for a certain field.

Since:
v4.0

Constructor Summary
PieChart(ConstantsManager constantsManager, CustomFieldManager customFieldManager, SearchService searchService, ApplicationProperties applicationProperties)
           
 
Method Summary
 Chart generateChart(com.atlassian.crowd.embedded.api.User remoteUser, SearchRequest searchRequest, String statisticType, int desiredChartWidth, int desiredChartHeight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieChart

public PieChart(ConstantsManager constantsManager,
                CustomFieldManager customFieldManager,
                SearchService searchService,
                ApplicationProperties applicationProperties)
Method Detail

generateChart

public Chart generateChart(com.atlassian.crowd.embedded.api.User remoteUser,
                           SearchRequest searchRequest,
                           String statisticType,
                           int desiredChartWidth,
                           int desiredChartHeight)


Copyright © 2002-2013 Atlassian. All Rights Reserved.