Interface TethysUIPieChart.TethysUIPieChartData

All Known Implementing Classes:
TethysUICorePieChart.TethysUICorePieChartData
Enclosing interface:
TethysUIPieChart

public static interface TethysUIPieChart.TethysUIPieChartData
PieChart Data.
  • Method Details

    • getTitle

      String getTitle()
      Obtain the title.
      Returns:
      the title.
    • addSection

      default void addSection(String pName, OceanusMoney pValue)
      Add a section.
      Parameters:
      pName - the name
      pValue - the value
    • addSection

      void addSection(String pName, OceanusMoney pValue, Object pSource)
      Add a section.
      Parameters:
      pName - the name
      pValue - the value
      pSource - the source
    • sectionIterator

      Obtain the pieChart sections.
      Returns:
      the iterator