com.supermap.ui
类 HitTestIconType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.ui.HitTestIconType

public class HitTestIconType
extends Enum

该类定义了结点图片类型常量。 用于图层管理控件中,树节点中的状态图片类型。


字段摘要
static HitTestIconType ALLWAYSRENDER
          表示始终可渲染状态的图标。
static HitTestIconType EDITABLE
          表示可编辑状态的图标。
static HitTestIconType NONE
          无图标。
static HitTestIconType SELECTABLE
          表示可选择状态的图标。
static HitTestIconType SNAPABLE
          表示可捕捉状态的图标。
static HitTestIconType TYPE
          表示图层类型的图标。
static HitTestIconType VISIBLE
          表示可视状态的图标。
 
方法摘要
 
从类 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 HitTestIconType NONE
无图标。


VISIBLE

public static final HitTestIconType VISIBLE
表示可视状态的图标。


SELECTABLE

public static final HitTestIconType SELECTABLE
表示可选择状态的图标。


EDITABLE

public static final HitTestIconType EDITABLE
表示可编辑状态的图标。


SNAPABLE

public static final HitTestIconType SNAPABLE
表示可捕捉状态的图标。


ALLWAYSRENDER

public static final HitTestIconType ALLWAYSRENDER
表示始终可渲染状态的图标。


TYPE

public static final HitTestIconType TYPE
表示图层类型的图标。