com.supermap.mapping
类 ThemeGraphType

java.lang.Object
  继承者 com.supermap.mapping.ThemeGraphType

public final class ThemeGraphType
extends java.lang.Object

该类定义了统计专题图的统计图类型常量。

SuperMap iObjects Java 定义了13种类型的统计图,分别为面积图、阶梯图、折线图、点状图、柱状图、三维柱状图、饼图、三维饼图、玫瑰图、三维玫瑰图、堆叠柱状图、三维堆叠柱状图、环状图。


字段摘要
static ThemeGraphType AREA
          面积图。
static ThemeGraphType BAR
          柱状图。
static ThemeGraphType BAR3D
          三维柱状图。
static ThemeGraphType LINE
          折线图。
static ThemeGraphType PIE
          饼图。
static ThemeGraphType PIE3D
          三维饼图。
static ThemeGraphType POINT
          点状图。
static ThemeGraphType RING
          环状图。
static ThemeGraphType ROSE
          玫瑰图。
static ThemeGraphType ROSE3D
          三维玫瑰图。
static ThemeGraphType STACK_BAR
          堆叠柱状图。
static ThemeGraphType STACK_BAR3D
          三维堆叠柱状图。
static ThemeGraphType STEP
          阶梯图。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

AREA

public static final ThemeGraphType AREA
面积图。

面积图显示的时候,多个ThemeGraphItem合成一个面,面的风格采用第一个ThemeGraphItem的风格渲染。


STEP

public static final ThemeGraphType STEP
阶梯图。


LINE

public static final ThemeGraphType LINE
折线图。


POINT

public static final ThemeGraphType POINT
点状图。


BAR

public static final ThemeGraphType BAR
柱状图。


BAR3D

public static final ThemeGraphType BAR3D
三维柱状图。


PIE

public static final ThemeGraphType PIE
饼图。


PIE3D

public static final ThemeGraphType PIE3D
三维饼图。

注意:

三维饼状图注记标签的大小会根据统计符号的大小进行调整,以避免统计符号很多时,出现统计符号很小,而注记很大,界面上满屏幕都是注记的问题。


ROSE

public static final ThemeGraphType ROSE
玫瑰图。


ROSE3D

public static final ThemeGraphType ROSE3D
三维玫瑰图。


STACK_BAR

public static final ThemeGraphType STACK_BAR
堆叠柱状图。


STACK_BAR3D

public static final ThemeGraphType STACK_BAR3D
三维堆叠柱状图。


RING

public static final ThemeGraphType RING
环状图。