模块 mxlib.bukkit

类 Metrics.SingleLineChart

  • 封闭类:
    Metrics

    public static class Metrics.SingleLineChart
    extends Metrics.CustomChart
    Represents a custom single line chart.
    • 构造器详细资料

      • SingleLineChart

        public SingleLineChart​(String chartId,
                               Callable<Integer> callable)
        Class constructor.
        参数:
        chartId - The id of the chart.
        callable - The callable which is used to request the chart data.