Class Metrics.SimplePie

java.lang.Object
net.ME1312.SubServers.Host.Library.Metrics.CustomChart
net.ME1312.SubServers.Host.Library.Metrics.SimplePie
Enclosing class:
Metrics

public static class Metrics.SimplePie extends Metrics.CustomChart
Represents a custom simple pie.
  • Constructor Details

    • SimplePie

      public SimplePie(String chartId, Callable<String> callable)
      Class constructor.
      Parameters:
      chartId - The id of the chart.
      callable - The callable which is used to request the chart data.
  • Method Details