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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getChartData

      protected abstract com.google.gson.JsonObject getChartData() throws java.lang.Exception
      Throws:
      java.lang.Exception