T - Type of number. Ex.: Double, Integer, Float, etc.public class AreaFillData<T extends Number> extends AbstractCollectionData<List<T>>
| Constructor and Description |
|---|
AreaFillData()
Instantiates a new area fill data.
|
AreaFillData(List<T>... values)
Instantiates a new area fill data.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<List<T>> |
getData()
Gets the data.
|
int |
size()
Gets the size of the data.
|
String |
toJsonString()
To json string.
|
addValue, addValues, addValuespublic Collection<List<T>> getData()
ChartDatapublic int size()
Copyright © 2020. All rights reserved.