模块 mxlib.bukkit

类 Metrics.DrilldownPie

    • 构造器详细资料

      • DrilldownPie

        public DrilldownPie​(String chartId,
                            Callable<Map<String,​Map<String,​Integer>>> callable)
        Class constructor.
        参数:
        chartId - The id of the chart.
        callable - The callable which is used to request the chart data.
    • 方法详细资料

      • getChartData

        public com.google.gson.JsonObject getChartData()
                                                throws Exception
        抛出:
        Exception