public static class HistoryOverview.DonutData extends Object
| Constructor and Description |
|---|
DonutData(BigDecimal percentageOk,
BigDecimal percentageFail)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFailedLength()
Length (0..100) of filled failed cicle part.
|
String |
getFailedRemainder()
Length (0..100) of non-filled failed cicle part.
|
String |
getOkLength()
Length (0..100) of filled ok cicle part.
|
String |
getOkRemainder()
Length (0..100) of non-filled ok cicle part.
|
String |
getPercentageOk()
Returns the percentage text for the circle center.
|
public DonutData(BigDecimal percentageOk, BigDecimal percentageFail)
percentageOk - percentage of successful scriptspercentageFail - percentage of failed scriptspublic String getOkLength()
public String getOkRemainder()
public String getFailedLength()
public String getFailedRemainder()
public String getPercentageOk()
Copyright © 2019. All rights reserved.