Interface TethysUIAreaChart.TethysUIAreaChartSeries
- All Known Implementing Classes:
TethysUICoreAreaChart.TethysUICoreAreaChartSeries
- Enclosing interface:
TethysUIAreaChart
public static interface TethysUIAreaChart.TethysUIAreaChartSeries
The Series definition.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddPoint(OceanusDate pDate, OceanusMoney pValue) Add a dataPoint.getName()Obtain the name.Obtain the source.Obtain the areaChartSeries points.
-
Method Details
-
addPoint
Add a dataPoint.- Parameters:
pDate- the datepValue- the value
-
getName
String getName()Obtain the name.- Returns:
- the name.
-
getSource
Object getSource()Obtain the source.- Returns:
- the source.
-
pointIterator
Iterator<TethysUIAreaChart.TethysUIAreaChartDataPoint> pointIterator()Obtain the areaChartSeries points.- Returns:
- the iterator
-