Class PieChartUrlGeneratorFactory
java.lang.Object
com.atlassian.jira.charts.piechart.PieChartUrlGeneratorFactory
This class provides methods to generate various JFreeChart URLGenerator objects for pie charts.
- Since:
- v6.0
-
Constructor Summary
ConstructorsConstructorDescriptionPieChartUrlGeneratorFactory(SearchService searchService, ApplicationProperties applicationProperties, SearchRequestAppender searchRequestAppender, ApplicationUser remoteUser, SearchRequest baseSearchRequest) -
Method Summary
Modifier and TypeMethodDescriptionorg.jfree.chart.urls.CategoryURLGeneratororg.jfree.chart.urls.PieURLGeneratorgetPieUrlGenerator(Comparable otherSegmentKey)
-
Constructor Details
-
PieChartUrlGeneratorFactory
public PieChartUrlGeneratorFactory(SearchService searchService, ApplicationProperties applicationProperties, SearchRequestAppender searchRequestAppender, ApplicationUser remoteUser, SearchRequest baseSearchRequest)
-
-
Method Details
-
getCategoryUrlGenerator
public org.jfree.chart.urls.CategoryURLGenerator getCategoryUrlGenerator() -
getPieUrlGenerator
-