com.supermap.realspace
类 RegionType

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

public class RegionType
extends Enum

三维面特效 该枚举定义了三维特效面类型枚举常量。


字段摘要
static RegionType CHECKBOARD
          棋盘填充类型
static RegionType DOT
          点状填充类型
static RegionType GRID
          网格填充类型
static RegionType NONE
          纯色填充类型
static RegionType STRIP
          条纹填充类型
 
方法摘要
 
从类 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 RegionType NONE
纯色填充类型


STRIP

public static final RegionType STRIP
条纹填充类型


DOT

public static final RegionType DOT
点状填充类型


CHECKBOARD

public static final RegionType CHECKBOARD
棋盘填充类型


GRID

public static final RegionType GRID
网格填充类型