Package org.wicketstuff.jqplot.lib.data
Class AreaFillData<T extends Number>
- java.lang.Object
-
- org.wicketstuff.jqplot.lib.data.AbstractCollectionData<List<T>>
-
- org.wicketstuff.jqplot.lib.data.AreaFillData<T>
-
- Type Parameters:
T- Type of number. Ex.: Double, Integer, Float, etc.
- All Implemented Interfaces:
Serializable,ChartData<Collection<List<T>>>
public class AreaFillData<T extends Number> extends AbstractCollectionData<List<T>>
Data Helper to build Area Charts.- Author:
- inaiat
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AreaFillData()Instantiates a new area fill data.AreaFillData(List<T>... values)Instantiates a new area fill data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<List<T>>getData()Gets the data.intsize()Gets the size of the data.StringtoJsonString()To json string.-
Methods inherited from class org.wicketstuff.jqplot.lib.data.AbstractCollectionData
addValue, addValues, addValues
-
-
-
-
Method Detail
-
getData
public Collection<List<T>> getData()
Description copied from interface:ChartDataGets the data.- Returns:
- the data
-
size
public int size()
Gets the size of the data.- Returns:
- the data
-
-