Uses of Interface
io.github.tonywasher.joceanus.tethys.api.chart.TethysUIAreaChart.TethysUIAreaChartData
Packages that use TethysUIAreaChart.TethysUIAreaChartData
Package
Description
Chart API.
Core Charts.
-
Uses of TethysUIAreaChart.TethysUIAreaChartData in io.github.tonywasher.joceanus.tethys.api.chart
Methods in io.github.tonywasher.joceanus.tethys.api.chart that return TethysUIAreaChart.TethysUIAreaChartDataModifier and TypeMethodDescriptionTethysUIChartFactory.newAreaData(String pTitle) Create new area dataSet.TethysUIAreaChart.TethysUIAreaChartData.setXAxisLabel(String pLabel) Set the XAxis label.TethysUIAreaChart.TethysUIAreaChartData.setYAxisLabel(String pLabel) Set the YAxis label.Methods in io.github.tonywasher.joceanus.tethys.api.chart with parameters of type TethysUIAreaChart.TethysUIAreaChartDataModifier and TypeMethodDescriptionvoidTethysUIAreaChart.updateAreaChart(TethysUIAreaChart.TethysUIAreaChartData pData) Update AreaChart with data. -
Uses of TethysUIAreaChart.TethysUIAreaChartData in io.github.tonywasher.joceanus.tethys.core.chart
Classes in io.github.tonywasher.joceanus.tethys.core.chart that implement TethysUIAreaChart.TethysUIAreaChartDataModifier and TypeClassDescriptionstatic final classAreaChart Data.Methods in io.github.tonywasher.joceanus.tethys.core.chart that return TethysUIAreaChart.TethysUIAreaChartDataModifier and TypeMethodDescriptionTethysUICoreChartFactory.newAreaData(String pTitle) TethysUICoreAreaChart.TethysUICoreAreaChartData.setXAxisLabel(String pLabel) TethysUICoreAreaChart.TethysUICoreAreaChartData.setYAxisLabel(String pLabel) Methods in io.github.tonywasher.joceanus.tethys.core.chart with parameters of type TethysUIAreaChart.TethysUIAreaChartDataModifier and TypeMethodDescriptionvoidTethysUICoreAreaChart.updateAreaChart(TethysUIAreaChart.TethysUIAreaChartData pData)