T - the generic typepublic class PieDonutData<T extends Number> extends AbstractCollectionData<Collection<LabeledItem<T>>>
| Constructor and Description |
|---|
PieDonutData() |
| Modifier and Type | Method and Description |
|---|---|
Collection<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<Collection<LabeledItem<T>>> getData()
ChartDatapublic int size()
Copyright © 2018. All rights reserved.