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