com.atlassian.jira.charts
Class Chart
java.lang.Object
com.atlassian.jira.charts.Chart
public class Chart
- extends Object
Result of generating a chart using a class such as 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)
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Chart
public Chart(String location,
String imageMap,
String imageMapName,
Map<String,Object> parameters)
getLocation
public String getLocation()
getImageMap
public String getImageMap()
getImageMapName
public String getImageMapName()
getParameters
public Map<String,Object> getParameters()
Copyright © 2002-2012 Atlassian. All Rights Reserved.