Interface TethysUIBarChart.TethysUIBarChartSeries
- All Known Implementing Classes:
TethysUICoreBarChart.TethysUICoreBarChartSeries
- Enclosing interface:
TethysUIBarChart
public static interface TethysUIBarChart.TethysUIBarChartSeries
The Series definition.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddSection(String pRef, OceanusMoney pValue) Add a dataSection.voidaddSection(String pRef, OceanusMoney pValue, Object pSource) Add a dataSection.getName()Obtain the name.Obtain the barChartSeries sections.
-
Method Details
-
addSection
Add a dataSection.- Parameters:
pRef- the referencepValue- the value
-
addSection
Add a dataSection.- Parameters:
pRef- the referencepValue- the valuepSource- the source
-
getName
String getName()Obtain the name.- Returns:
- the name.
-
sectionIterator
Iterator<TethysUIBarChart.TethysUIBarChartDataSection> sectionIterator()Obtain the barChartSeries sections.- Returns:
- the iterator
-