Uses of Interface
io.github.tonywasher.joceanus.tethys.api.chart.TethysUIBarChart.TethysUIBarChartSeries
Packages that use TethysUIBarChart.TethysUIBarChartSeries
Package
Description
Chart API.
Core Charts.
-
Uses of TethysUIBarChart.TethysUIBarChartSeries in io.github.tonywasher.joceanus.tethys.api.chart
Methods in io.github.tonywasher.joceanus.tethys.api.chart that return TethysUIBarChart.TethysUIBarChartSeriesModifier and TypeMethodDescriptionTethysUIBarChart.TethysUIBarChartData.createSeries(String pName) Add a series.TethysUIBarChart.TethysUIBarChartDataSection.getSeries()Obtain the series.Methods in io.github.tonywasher.joceanus.tethys.api.chart that return types with arguments of type TethysUIBarChart.TethysUIBarChartSeriesModifier and TypeMethodDescriptionTethysUIBarChart.TethysUIBarChartData.seriesIterator()Obtain the barChart series. -
Uses of TethysUIBarChart.TethysUIBarChartSeries in io.github.tonywasher.joceanus.tethys.core.chart
Classes in io.github.tonywasher.joceanus.tethys.core.chart that implement TethysUIBarChart.TethysUIBarChartSeriesModifier and TypeClassDescriptionstatic final classThe Series definition.Methods in io.github.tonywasher.joceanus.tethys.core.chart that return TethysUIBarChart.TethysUIBarChartSeriesModifier and TypeMethodDescriptionTethysUICoreBarChart.TethysUICoreBarChartData.createSeries(String pName) TethysUICoreBarChart.TethysUICoreBarChartDataSection.getSeries()Methods in io.github.tonywasher.joceanus.tethys.core.chart that return types with arguments of type TethysUIBarChart.TethysUIBarChartSeriesConstructors in io.github.tonywasher.joceanus.tethys.core.chart with parameters of type TethysUIBarChart.TethysUIBarChartSeriesModifierConstructorDescription(package private)TethysUICoreBarChartDataSection(TethysUIBarChart.TethysUIBarChartSeries pSeries, String pRef, OceanusMoney pValue, Object pSource) Constructor.