Package ch.njol.skript
Class Metrics.CustomChart
java.lang.Object
ch.njol.skript.Metrics.CustomChart
- Direct Known Subclasses:
Metrics.AdvancedBarChart
,Metrics.AdvancedMapChart
,Metrics.AdvancedPie
,Metrics.MultiLineChart
,Metrics.SimpleBarChart
,Metrics.SimpleMapChart
,Metrics.SimplePie
,Metrics.SingleLineChart
- Enclosing class:
- Metrics
Represents a custom chart.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.json.simple.JSONObject
protected org.json.simple.JSONObject
-
Field Details
-
chartId
-
-
Constructor Details
-
CustomChart
Class constructor.- Parameters:
chartId
- The id of the chart.
-
-
Method Details
-
getRequestJsonObject
protected org.json.simple.JSONObject getRequestJsonObject() -
getChartData
protected abstract org.json.simple.JSONObject getChartData()
-