Package org.wicketstuff.jqplot.lib.data
Class BubbleData<T extends BubbleItem>
- java.lang.Object
-
- org.wicketstuff.jqplot.lib.data.AbstractCollectionData<T>
-
- org.wicketstuff.jqplot.lib.data.BubbleData<T>
-
- Type Parameters:
T- BubbleItem or something that extends BubbleItem.
- All Implemented Interfaces:
Serializable,ChartData<Collection<T>>
public class BubbleData<T extends BubbleItem> extends AbstractCollectionData<T>
Data Helper to build Bubble Charts.- Author:
- inaiat
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BubbleData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<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<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
-
-