Class Metrics.SingleLineChart

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

public static class Metrics.SingleLineChart
extends Metrics.CustomChart
Represents a custom single line chart.
  • Constructor Summary

    Constructors 
    Constructor Description
    SingleLineChart​(java.lang.String chartId, java.util.concurrent.Callable<java.lang.Integer> 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

    • SingleLineChart

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