com.atlassian.jira.charts.piechart
Class PieChartUrlGeneratorFactory

java.lang.Object
  extended by com.atlassian.jira.charts.piechart.PieChartUrlGeneratorFactory

public class PieChartUrlGeneratorFactory
extends Object

This class provides methods to generate various JFreeChart URLGenerator objects for pie charts.

Since:
v6.0

Constructor Summary
PieChartUrlGeneratorFactory(SearchService searchService, ApplicationProperties applicationProperties, SearchRequestAppender searchRequestAppender, com.atlassian.crowd.embedded.api.User remoteUser, SearchRequest baseSearchRequest)
           
 
Method Summary
 org.jfree.chart.urls.CategoryURLGenerator getCategoryUrlGenerator()
           
 org.jfree.chart.urls.PieURLGenerator getPieUrlGenerator(Comparable otherSegmentKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieChartUrlGeneratorFactory

public PieChartUrlGeneratorFactory(SearchService searchService,
                                   ApplicationProperties applicationProperties,
                                   SearchRequestAppender searchRequestAppender,
                                   com.atlassian.crowd.embedded.api.User remoteUser,
                                   SearchRequest baseSearchRequest)
Method Detail

getCategoryUrlGenerator

public org.jfree.chart.urls.CategoryURLGenerator getCategoryUrlGenerator()

getPieUrlGenerator

public org.jfree.chart.urls.PieURLGenerator getPieUrlGenerator(Comparable otherSegmentKey)


Copyright © 2002-2014 Atlassian. All Rights Reserved.