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