Module org.wicketstuff.jqplot4j
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>>>
Data Helper to build Area Charts.
- Author:
- inaiat
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new area fill data.AreaFillData(List<T>... values) Instantiates a new area fill data. -
Method Summary
Modifier and TypeMethodDescriptionCollection<List<T>>getData()Gets the data.intsize()Gets the size of the data.To json string.Methods inherited from class org.wicketstuff.jqplot.lib.data.AbstractCollectionData
addValue, addValues, addValues
-
Constructor Details
-
AreaFillData
public AreaFillData()Instantiates a new area fill data. -
AreaFillData
Instantiates a new area fill data.- Parameters:
values- the values
-
-
Method Details