I - index of seriesV - value of seriespublic class LineSeriesItem<I extends Serializable,V extends Serializable> extends Object implements BaseItem
| Constructor and Description |
|---|
LineSeriesItem()
Instantiates a new line series item.
|
LineSeriesItem(I index,
V value)
Instantiates a new line series item.
|
| Modifier and Type | Method and Description |
|---|---|
I |
getIndex()
Gets the index.
|
V |
getValue()
Gets the value.
|
void |
setIndex(I index)
Sets the index.
|
void |
setValue(V value)
Sets the value.
|
public I getIndex()
public void setIndex(I index)
index - the new indexpublic V getValue()
public void setValue(V value)
value - the new valueCopyright © 2019. All rights reserved.