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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.json.simple.JSONObjectprotected 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()
-