Uses of Interface
io.github.tonywasher.joceanus.tethys.api.chart.TethysUIBarChart.TethysUIBarChartData
Packages that use TethysUIBarChart.TethysUIBarChartData
Package
Description
Chart API.
Core Charts.
-
Uses of TethysUIBarChart.TethysUIBarChartData in io.github.tonywasher.joceanus.tethys.api.chart
Methods in io.github.tonywasher.joceanus.tethys.api.chart that return TethysUIBarChart.TethysUIBarChartDataModifier and TypeMethodDescriptionTethysUIChartFactory.newBarData(String pTitle) Create new bar dataSet.TethysUIBarChart.TethysUIBarChartData.setXAxisLabel(String pLabel) Set the XAxis label.TethysUIBarChart.TethysUIBarChartData.setYAxisLabel(String pLabel) Set the YAxis label.Methods in io.github.tonywasher.joceanus.tethys.api.chart with parameters of type TethysUIBarChart.TethysUIBarChartDataModifier and TypeMethodDescriptionvoidTethysUIBarChart.updateBarChart(TethysUIBarChart.TethysUIBarChartData pData) Update BarChart with data. -
Uses of TethysUIBarChart.TethysUIBarChartData in io.github.tonywasher.joceanus.tethys.core.chart
Classes in io.github.tonywasher.joceanus.tethys.core.chart that implement TethysUIBarChart.TethysUIBarChartDataModifier and TypeClassDescriptionstatic final classBarChart Data.Methods in io.github.tonywasher.joceanus.tethys.core.chart that return TethysUIBarChart.TethysUIBarChartDataModifier and TypeMethodDescriptionTethysUICoreChartFactory.newBarData(String pTitle) TethysUICoreBarChart.TethysUICoreBarChartData.setXAxisLabel(String pLabel) TethysUICoreBarChart.TethysUICoreBarChartData.setYAxisLabel(String pLabel) Methods in io.github.tonywasher.joceanus.tethys.core.chart with parameters of type TethysUIBarChart.TethysUIBarChartDataModifier and TypeMethodDescriptionvoidTethysUICoreBarChart.updateBarChart(TethysUIBarChart.TethysUIBarChartData pData)