Package com.loohp.limbo.metrics
Class Metrics.SimpleMapChart
java.lang.Object
com.loohp.limbo.metrics.Metrics.CustomChart
com.loohp.limbo.metrics.Metrics.SimpleMapChart
- Enclosing class:
Metrics
Represents a custom simple map chart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.json.simple.JSONObject
abstract Metrics.Country
getValue()
Gets the value of the chart.
-
Constructor Details
-
SimpleMapChart
Class constructor.- Parameters:
chartId
- The id of the chart.
-
-
Method Details
-
getValue
Gets the value of the chart.- Returns:
- The value of the chart.
-
getChartData
protected org.json.simple.JSONObject getChartData()- Specified by:
getChartData
in classMetrics.CustomChart
-