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

    Modifier and Type
    Method
    Description
    Gets the data.
    int
    Gets the size of the data.
    To json string.
  • Method Details

    • getData

      T getData()
      Gets the data.
      Returns:
      the data
    • size

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

      String toJsonString()
      To json string.
      Returns:
      the string