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