Module org.wicketstuff.jqplot4j
Class LineSeriesItem<I extends Serializable,V extends Serializable>
java.lang.Object
org.wicketstuff.jqplot.lib.data.item.LineSeriesItem<I,V>
- Type Parameters:
I- index of seriesV- value of series
- All Implemented Interfaces:
Serializable,BaseItem
public class LineSeriesItem<I extends Serializable,V extends Serializable>
extends Object
implements BaseItem
LineSeriesItem's data.
- Author:
- inaiat
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new line series item.LineSeriesItem(I index, V value) Instantiates a new line series item. -
Method Summary
-
Constructor Details
-
LineSeriesItem
public LineSeriesItem()Instantiates a new line series item. -
LineSeriesItem
Instantiates a new line series item.- Parameters:
index- the indexvalue- the value
-
-
Method Details
-
getIndex
Gets the index.- Returns:
- the index
-
setIndex
Sets the index.- Parameters:
index- the new index
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-