Interface Chart<CHART_ITEM_TYPE extends ChartItem>

    • Method Detail

      • getTitle

        String getTitle()
        Gets the title of the chart.
        Returns:
        the title of the chart.
      • getItems

        List<CHART_ITEM_TYPE> getItems()
        Gets all items that constitutes the chart.
        Returns:
        a list of data where each data represents a chart part.
      • asJson

        String asJson()
        Gets data list as a json array.
        Returns:
        a string that represents a json array.