com.supermap.realspace
类 Theme3DGraphType

java.lang.Object
  继承者 com.supermap.realspace.Theme3DGraphType

public final class Theme3DGraphType
extends java.lang.Object

三维统计专题图类型。

该枚举常量包含了三维统计专题图支持的专题图类型常量,目前支持柱状图、饼图、堆叠柱状图三种类型。


字段摘要
static Theme3DGraphType BAR
          柱状图。
static Theme3DGraphType PIE
          饼图。
static Theme3DGraphType STACK_BAR
          堆叠柱状图。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

BAR

public static final Theme3DGraphType BAR
柱状图。


PIE

public static final Theme3DGraphType PIE
饼图。


STACK_BAR

public static final Theme3DGraphType STACK_BAR
堆叠柱状图。