com.supermap.realspace
类 WireFrameType

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

public class WireFrameType
extends Enum

该枚举定义了模型线框显示模式类型常量。


字段摘要
static WireFrameType QUAD
          四边形模式。
static WireFrameType SKETCH
          草图模式。
static WireFrameType TRIANGLE
          三角形模式 。
 
方法摘要
 
从类 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
 

字段详细信息

TRIANGLE

public static final WireFrameType TRIANGLE
三角形模式 。


QUAD

public static final WireFrameType QUAD
四边形模式。


SKETCH

public static final WireFrameType SKETCH
草图模式。