public static class CoverageUtil.RowItem extends Object
Modifier and Type | Field and Description |
---|---|
String |
imgSrc |
String |
toolTip |
String |
url |
String |
value |
Constructor and Description |
---|
RowItem(double value) |
RowItem(double value,
DecimalFormat format) |
RowItem(double value,
double total,
DecimalFormat format) |
RowItem(int value) |
RowItem(int value,
double total,
DecimalFormat format) |
RowItem(String value) |
RowItem(String value,
String toolTip) |
Modifier and Type | Method and Description |
---|---|
net.sf.json.JSONObject |
getJSONObject() |
public String url
public String value
public String imgSrc
public String toolTip
public RowItem(String value)
public RowItem(double value, double total, DecimalFormat format)
public RowItem(int value, double total, DecimalFormat format)
public RowItem(int value)
public RowItem(double value)
public RowItem(double value, DecimalFormat format)
Copyright © 2016–2024. All rights reserved.