Package com.atlassian.jira.charts
Class ChartFactory.ChartContext
java.lang.Object
com.atlassian.jira.charts.ChartFactory.ChartContext
- Enclosing interface:
- ChartFactory
Provides context for rendering a chart that is needed by all chart types. This includes the user who's
requesting the chart, a searchrequest needed to lookup data for the chart, and the chart's width and height.
-
Constructor Summary
ConstructorsConstructorDescriptionChartContext
(ApplicationUser remoteUser, SearchRequest searchRequest, int width, int height) Deprecated.ChartContext
(ApplicationUser remoteUser, SearchRequest searchRequest, int width, int height, boolean inline) -
Method Summary
-
Constructor Details
-
ChartContext
public ChartContext(ApplicationUser remoteUser, SearchRequest searchRequest, int width, int height, boolean inline) -
ChartContext
@Deprecated public ChartContext(ApplicationUser remoteUser, SearchRequest searchRequest, int width, int height) Deprecated.- See Also:
-
-
Method Details
ChartContext(ApplicationUser, SearchRequest, int, int, boolean)