Package org.wicketstuff.jqplot.lib.data
Interface ChartData<T>
-
- Type Parameters:
T- the generic type
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractCollectionData,AreaFillData,BarData,BubbleData,LabeledData,LinedData,LineSeriesData,MeterData,NumberData,PieData,PieDonutData
public interface ChartData<T> extends Serializable
Base interface to handle data.- Author:
- inaiat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetData()Gets the data.intsize()Gets the size of the data.StringtoJsonString()To json string.
-