Interface TethysUIPieChart.TethysUIPieChartData
- All Known Implementing Classes:
TethysUICorePieChart.TethysUICorePieChartData
- Enclosing interface:
TethysUIPieChart
public static interface TethysUIPieChart.TethysUIPieChartData
PieChart Data.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidaddSection(String pName, OceanusMoney pValue) Add a section.voidaddSection(String pName, OceanusMoney pValue, Object pSource) Add a section.getTitle()Obtain the title.Obtain the pieChart sections.
-
Method Details
-
getTitle
String getTitle()Obtain the title.- Returns:
- the title.
-
addSection
Add a section.- Parameters:
pName- the namepValue- the value
-
addSection
Add a section.- Parameters:
pName- the namepValue- the valuepSource- the source
-
sectionIterator
Iterator<TethysUIPieChart.TethysUIPieChartSection> sectionIterator()Obtain the pieChart sections.- Returns:
- the iterator
-