public class

IssueBubbleData

extends Object
java.lang.Object
   ↳ com.atlassian.jira.gadgets.system.bubblechart.IssueBubbleData

Class Overview

A data item that is returned in the bubble chart REST resource

Summary

Public Constructors
IssueBubbleData(String key, int bubbleDomain, int bubbleRange, int bubbleRadius, long bubbleColorValue)
Public Methods
long getBubbleColorValue()
int getBubbleDomain()
int getBubbleRadius()
int getBubbleRange()
String getKey()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IssueBubbleData (String key, int bubbleDomain, int bubbleRange, int bubbleRadius, long bubbleColorValue)

Parameters
key The issue key or a label that is suitable to be displayed
bubbleDomain The value for the data item on the x-axis
bubbleRange The value for the data item on the y-axis
bubbleRadius The value for the data item on the radius axis, i.e. a value indicating the radius of the circle
bubbleColorValue The value for the data item on the color axis, i.e. a value indicating a suitable fill for the circle

Public Methods

public long getBubbleColorValue ()

public int getBubbleDomain ()

public int getBubbleRadius ()

public int getBubbleRange ()

public String getKey ()