Uses of Interface
io.github.tonywasher.joceanus.tethys.api.chart.TethysUIAreaChart.TethysUIAreaChartSeries
Packages that use TethysUIAreaChart.TethysUIAreaChartSeries
Package
Description
Chart API.
Core Charts.
-
Uses of TethysUIAreaChart.TethysUIAreaChartSeries in io.github.tonywasher.joceanus.tethys.api.chart
Methods in io.github.tonywasher.joceanus.tethys.api.chart that return TethysUIAreaChart.TethysUIAreaChartSeriesModifier and TypeMethodDescriptionTethysUIAreaChart.TethysUIAreaChartData.createSeries(String pName) Create a series.TethysUIAreaChart.TethysUIAreaChartData.createSeries(String pName, Object pSource) Create a series.TethysUIAreaChart.TethysUIAreaChartDataPoint.getSeries()Obtain the series.Methods in io.github.tonywasher.joceanus.tethys.api.chart that return types with arguments of type TethysUIAreaChart.TethysUIAreaChartSeriesModifier and TypeMethodDescriptionTethysUIAreaChart.TethysUIAreaChartData.seriesIterator()Obtain the areaChart series. -
Uses of TethysUIAreaChart.TethysUIAreaChartSeries in io.github.tonywasher.joceanus.tethys.core.chart
Classes in io.github.tonywasher.joceanus.tethys.core.chart that implement TethysUIAreaChart.TethysUIAreaChartSeriesModifier and TypeClassDescriptionstatic final classThe Series definition.Methods in io.github.tonywasher.joceanus.tethys.core.chart that return TethysUIAreaChart.TethysUIAreaChartSeriesModifier and TypeMethodDescriptionTethysUICoreAreaChart.TethysUICoreAreaChartData.createSeries(String pName, Object pSource) TethysUICoreAreaChart.TethysUICoreAreaChartDataPoint.getSeries()Methods in io.github.tonywasher.joceanus.tethys.core.chart that return types with arguments of type TethysUIAreaChart.TethysUIAreaChartSeriesModifier and TypeMethodDescriptionTethysUICoreAreaChart.TethysUICoreAreaChartData.seriesIterator()Constructors in io.github.tonywasher.joceanus.tethys.core.chart with parameters of type TethysUIAreaChart.TethysUIAreaChartSeriesModifierConstructorDescription(package private)TethysUICoreAreaChartDataPoint(TethysUIAreaChart.TethysUIAreaChartSeries pSeries, OceanusDate pDate, OceanusMoney pValue) Constructor.