T - the generic typepublic abstract class NumberData<T extends Number> extends Object implements ChartData<T>
| Constructor and Description |
|---|
NumberData(T value)
Instantiates a new number data.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getData()
Gets the data.
|
void |
setValue(T value)
Sets the value.
|
int |
size()
Gets the size of the data.
|
abstract String |
toJsonString()
To json string.
|
public NumberData(T value)
value - the valueCopyright © 2018. All rights reserved.