Package org.bstats.charts
Class CustomChart
- java.lang.Object
-
- org.bstats.charts.CustomChart
-
- Direct Known Subclasses:
AdvancedBarChart,AdvancedPie,DrilldownPie,MultiLineChart,SimpleBarChart,SimplePie,SingleLineChart
public abstract class CustomChart extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCustomChart(java.lang.String chartId)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract JsonObjectBuilder.JsonObjectgetChartData()JsonObjectBuilder.JsonObjectgetRequestJsonObject(java.util.function.BiConsumer<java.lang.String,java.lang.Throwable> errorLogger, boolean logErrors)
-
-
-
Method Detail
-
getRequestJsonObject
public JsonObjectBuilder.JsonObject getRequestJsonObject(java.util.function.BiConsumer<java.lang.String,java.lang.Throwable> errorLogger, boolean logErrors)
-
getChartData
protected abstract JsonObjectBuilder.JsonObject getChartData() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-