public static class

ChartFactory.ChartContext

extends Object
java.lang.Object
   ↳ com.atlassian.jira.charts.ChartFactory.ChartContext

Class Overview

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.

Summary

Public Constructors
ChartContext(ApplicationUser remoteUser, SearchRequest searchRequest, int width, int height, boolean inline)
@Deprecated ChartContext(ApplicationUser remoteUser, SearchRequest searchRequest, int width, int height)
Public Methods
boolean equals(Object o)
int getHeight()
ApplicationUser getRemoteUser()
SearchRequest getSearchRequest()
int getWidth()
int hashCode()
boolean isInline()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ChartContext (ApplicationUser remoteUser, SearchRequest searchRequest, int width, int height, boolean inline)

@Deprecated public ChartContext (ApplicationUser remoteUser, SearchRequest searchRequest, int width, int height)

Public Methods

public boolean equals (Object o)

public int getHeight ()

public ApplicationUser getRemoteUser ()

public SearchRequest getSearchRequest ()

public int getWidth ()

public int hashCode ()

public boolean isInline ()