Module org.wicketstuff.jqplot4j
Package org.wicketstuff.jqplot.lib.data
Class LinedData<T extends Number>
java.lang.Object
org.wicketstuff.jqplot.lib.data.AbstractCollectionData<T>
org.wicketstuff.jqplot.lib.data.LinedData<T>
- Type Parameters:
T- Type of number. Ex.: Double, Integer, Float, etc.
- All Implemented Interfaces:
Serializable,ChartData<Collection<T>>
Data Helper to build Line Charts.
- Author:
- inaiat
- See Also:
-
Constructor Details
-
LinedData
public LinedData()Instantiates a new lined data. -
LinedData
Instantiates a new lined data.- Parameters:
values- the values
-
-
Method Details