public abstract static class BStatsMetrics.AdvancedMapChart extends BStatsMetrics.CustomChart
chartId| Constructor and Description |
|---|
AdvancedMapChart(String chartId)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.json.simple.JSONObject |
getChartData() |
abstract HashMap<BStatsMetrics.Country,Integer> |
getValues(HashMap<BStatsMetrics.Country,Integer> valueMap)
Gets the value of the chart.
|
getRequestJsonObjectpublic AdvancedMapChart(String chartId)
chartId - The id of the chart.protected org.json.simple.JSONObject getChartData()
getChartData in class BStatsMetrics.CustomChartpublic abstract HashMap<BStatsMetrics.Country,Integer> getValues(HashMap<BStatsMetrics.Country,Integer> valueMap)
valueMap - Just an empty map. The only reason it exists is to make your life easier. You
don't have to create a map yourself!Copyright © 2017. All rights reserved.