com.supermap.mapping.dyn

类 DynPieChart



  • public class DynPieChart
    extends DynamicChart
    动态层饼图图表类。
    • 构造器详细资料

      • DynPieChart

        public DynPieChart()
        构造一个新的动态层饼图图表对象。
    • 方法详细资料

      • addChartData

        public void addChartData(java.lang.String tile,
                                 double pieValue,
                                 int pieColor)
        添加图表数据。
        参数:
        tile - 数据标题。
        pieValue - 数值,即饼数据。
        pieColor - 饼颜色。
      • addChartData

        public void addChartData(java.lang.String[] tiles,
                                 double[] pieValues,
                                 int[] pieColors)
        添加图表数据。
        参数:
        tiles - 数据标题数组,数量必须和饼数据数量一致。
        pieValues - 数值,即饼数据, 数量必须和标题数组数量一致。
        pieColors - 饼颜色,当颜色数量少于数值数量时,使用重复的颜色。
      • isChartElementClickable

        public boolean isChartElementClickable()
        获取图表元素是否可单击。
        返回:
        图表元素是否可单击。
      • setChartElementClickable

        public void setChartElementClickable(boolean isChartElementClickable)
        设置图表元素是否可单击。
        参数:
        isChartElementClickable - 图表元素是否可单击。
      • fromGeometry

        public boolean fromGeometry(Geometry geometry)
        通过Geometry构造动态层饼图图表对象。
        指定者:
        fromGeometry 在类中 DynamicElement
        参数:
        geometry - 地理元素。
        返回:
        是否构造成功。