Package com.Moshu.Misc.Hooks
Class Metrics.SingleLineChart
java.lang.Object
com.Moshu.Misc.Hooks.Metrics.CustomChart
com.Moshu.Misc.Hooks.Metrics.SingleLineChart
- Enclosing class:
 Metrics
- 
Constructor Summary
ConstructorsConstructorDescriptionSingleLineChart(String chartId, Callable<Integer> callable) Class constructor. - 
Method Summary
Methods inherited from class com.Moshu.Misc.Hooks.Metrics.CustomChart
getRequestJsonObject 
- 
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 classMetrics.CustomChart- Throws:
 Exception
 
 -