com.supermap.realspace
类 EffectType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.realspace.EffectType

public class EffectType
extends Enum

该枚举定义了线型特效、面填充特效类型常量。


字段摘要
static EffectType NONE
          无特效效果
static EffectType POLYLINE
          线型特效
static EffectType REGION
          面填充特效
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

NONE

public static final EffectType NONE
无特效效果


POLYLINE

public static final EffectType POLYLINE
线型特效


REGION

public static final EffectType REGION
面填充特效