@PublicApi public final class PercentageGraphModel extends Object
| Constructor and Description |
|---|
PercentageGraphModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(String color,
long number,
String description) |
void |
addRow(String color,
long number,
String description,
String statuses) |
int |
getPercentage(PercentageGraphRow row)
Use to get the percentage of a particular row.
|
List<PercentageGraphRow> |
getRows() |
long |
getTotal() |
boolean |
isTotalZero() |
public List<PercentageGraphRow> getRows()
public int getPercentage(PercentageGraphRow row)
row - row to get the width percentage forpublic long getTotal()
public boolean isTotalZero()
Copyright © 2002-2022 Atlassian. All Rights Reserved.