Class LineSeriesData<I extends Number,V extends Number>

java.lang.Object
org.wicketstuff.jqplot.lib.data.AbstractCollectionData<Collection<LineSeriesItem<I,V>>>
org.wicketstuff.jqplot.lib.data.LineSeriesData<I,V>
Type Parameters:
I - LineSeriesItem Index type
V - LineSeriesItem Value type
All Implemented Interfaces:
Serializable, ChartData<Collection<Collection<LineSeriesItem<I,V>>>>

public class LineSeriesData<I extends Number,V extends Number> extends AbstractCollectionData<Collection<LineSeriesItem<I,V>>>
Data Helper to build Line Series Charts.
See Also:
  • Constructor Details

    • LineSeriesData

      public LineSeriesData()
  • Method Details

    • getData

      public Collection<Collection<LineSeriesItem<I,V>>> getData()
      Description copied from interface: ChartData
      Gets the data.
      Returns:
      the data
    • size

      public int size()
      Gets the size of the data.
      Returns:
      the data
    • toJsonString

      public String toJsonString()
      Description copied from interface: ChartData
      To json string.
      Returns:
      the string