Package com.bencodez.votingplugin.bungee
Class BStatsMetricsBungee.SingleLineChart
java.lang.Object
com.bencodez.votingplugin.bungee.BStatsMetricsBungee.CustomChart
com.bencodez.votingplugin.bungee.BStatsMetricsBungee.SingleLineChart
- Enclosing class:
- BStatsMetricsBungee
Represents a custom single line chart.
-
Constructor Summary
ConstructorsConstructorDescriptionSingleLineChart(String chartId, Callable<Integer> callable) Class constructor. -
Method Summary
-
Constructor Details
-
SingleLineChart
Class constructor.- Parameters:
chartId- The id of the chart.callable- The callable which is used to request the chart data.
-
-
Method Details
-
getChartData
- Specified by:
getChartDatain classBStatsMetricsBungee.CustomChart- Throws:
Exception
-