Package fr.andross.banitem.utils.metrics
Class Metrics.SingleLineChart
java.lang.Object
fr.andross.banitem.utils.metrics.Metrics.CustomChart
fr.andross.banitem.utils.metrics.Metrics.SingleLineChart
- Enclosing class:
- Metrics
Represents a custom single line chart.
-
Constructor Summary
ConstructorDescriptionSingleLineChart
(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:
getChartData
in classMetrics.CustomChart
- Throws:
Exception
-