public class

Chart

extends Object
java.lang.Object
   ↳ com.atlassian.jira.charts.Chart

Class Overview

Result of generating a chart using a class such as com.atlassian.jira.charts.CreatedVsResolvedChart for example. It provides the image location, as well as image map and image map name for the chart that was generated. It also contains a parameter map that may contain obtional parameters needed to render the chart. (For example total issue counts for the data displayed in the chart)

Summary

Public Constructors
Chart(String location, String imageMap, String imageMapName, Map<StringObject> parameters)
Public Methods
String getBase64Image()
String getImageMap()
String getImageMapName()
String getLocation()
This method is deprecated. you should use getBase64Image()
Map<StringObject> getParameters()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Chart (String location, String imageMap, String imageMapName, Map<StringObject> parameters)

Public Methods

public String getBase64Image ()

public String getImageMap ()

public String getImageMapName ()

public String getLocation ()

This method is deprecated.
you should use getBase64Image()

See Also

public Map<StringObject> getParameters ()