public class IssueBubbleData extends Object
Constructor and Description |
---|
IssueBubbleData(String key,
int bubbleDomain,
int bubbleRange,
int bubbleRadius,
long bubbleColorValue) |
Modifier and Type | Method and Description |
---|---|
long |
getBubbleColorValue() |
int |
getBubbleDomain() |
int |
getBubbleRadius() |
int |
getBubbleRange() |
String |
getKey() |
public IssueBubbleData(String key, int bubbleDomain, int bubbleRange, int bubbleRadius, long bubbleColorValue)
key
- The issue key or a label that is suitable to be displayedbubbleDomain
- The value for the data item on the x-axisbubbleRange
- The value for the data item on the y-axisbubbleRadius
- The value for the data item on the radius axis, i.e. a value indicating the radius of the circlebubbleColorValue
- The value for the data item on the color axis, i.e. a value indicating a suitable fill for the circlepublic String getKey()
public int getBubbleDomain()
public int getBubbleRange()
public int getBubbleRadius()
public long getBubbleColorValue()
Copyright © 2002-2022 Atlassian. All Rights Reserved.