public class RowItem extends Object
| 构造器和说明 |
|---|
RowItem() |
RowItem(String label,
double... data) |
RowItem(String label,
List<Double> data) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addData(double... data) |
static void |
addRowData(List<RowItem> list,
String rowLabel,
double... numbers) |
static RowItem |
findRowData(List<RowItem> list,
String rowLabel) |
List<Double> |
getData() |
String |
getLabel() |
void |
setData(List<Double> data) |
void |
setLabel(String label) |
Copyright © 2020. All rights reserved.