Package me.playernguyen.opteco.bStats
Class Metrics.CustomChart
java.lang.Object
me.playernguyen.opteco.bStats.Metrics.CustomChart
- Direct Known Subclasses:
Metrics.AdvancedBarChart
,Metrics.AdvancedPie
,Metrics.DrilldownPie
,Metrics.MultiLineChart
,Metrics.SimpleBarChart
,Metrics.SimplePie
,Metrics.SingleLineChart
- Enclosing class:
- Metrics
public abstract static class Metrics.CustomChart
extends java.lang.Object
Represents a custom chart.
-
Method Summary
Modifier and Type Method Description protected abstract com.google.gson.JsonObject
getChartData()
-
Method Details
-
getChartData
protected abstract com.google.gson.JsonObject getChartData() throws java.lang.Exception- Throws:
java.lang.Exception
-