Module org.wicketstuff.jqplot4j
Package org.wicketstuff.jqplot.lib.data
Class PieDonutData<T extends Number>
java.lang.Object
org.wicketstuff.jqplot.lib.data.AbstractCollectionData<Collection<LabeledItem<T>>>
org.wicketstuff.jqplot.lib.data.PieDonutData<T>
- Type Parameters:
T- the generic type
- All Implemented Interfaces:
Serializable,ChartData<Collection<Collection<LabeledItem<T>>>>
public class PieDonutData<T extends Number>
extends AbstractCollectionData<Collection<LabeledItem<T>>>
Data Helper to build Pie Donut Charts.
- Author:
- inaiat
- See Also:
-
Constructor Details
-
PieDonutData
public PieDonutData()
-
-
Method Details