Class Metrics.AdvancedBarChart

java.lang.Object
me.playernguyen.opteco.bStats.Metrics.CustomChart
me.playernguyen.opteco.bStats.Metrics.AdvancedBarChart
Enclosing class:
Metrics

public static class Metrics.AdvancedBarChart
extends Metrics.CustomChart
Represents a custom advanced bar chart.
  • Constructor Summary

    Constructors 
    Constructor Description
    AdvancedBarChart​(java.lang.String chartId, java.util.concurrent.Callable<java.util.Map<java.lang.String,​int[]>> callable)
    Class constructor.
  • Method Summary

    Modifier and Type Method Description
    protected com.google.gson.JsonObject getChartData()  

    Methods inherited from class java.lang.Object

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

    • AdvancedBarChart

      public AdvancedBarChart​(java.lang.String chartId, java.util.concurrent.Callable<java.util.Map<java.lang.String,​int[]>> callable)
      Class constructor.
      Parameters:
      chartId - The id of the chart.
      callable - The callable which is used to request the chart data.
  • Method Details