T - the generic typepublic class PieData<T extends Number> extends AbstractCollectionData<LabeledItem<T>>
| Constructor and Description |
|---|
PieData() |
| Modifier and Type | Method and Description |
|---|---|
Collection<LabeledItem<T>> |
getData()
Gets the data.
|
int |
size()
Gets the size of the data.
|
String |
toJsonString()
To json string.
|
addValue, addValues, addValuespublic String toJsonString()
ChartDatapublic Collection<LabeledItem<T>> getData()
ChartDatapublic int size()
Copyright © 2020. All rights reserved.