接口 WView.Type
-
- 封闭类:
- WView
public static interface WView.Type
-
-
字段概要
字段 修饰符和类型 字段 说明 static intTYPE_FRAMEstatic intTYPE_IMAGEstatic intTYPE_LINEARstatic intTYPE_NORMALstatic intTYPE_RELATIVEstatic intTYPE_TEXT
-
-
-
字段详细资料
-
TYPE_NORMAL
static final int TYPE_NORMAL
- 另请参阅:
- 常量字段值
-
TYPE_TEXT
static final int TYPE_TEXT
- 另请参阅:
- 常量字段值
-
TYPE_IMAGE
static final int TYPE_IMAGE
- 另请参阅:
- 常量字段值
-
TYPE_LINEAR
static final int TYPE_LINEAR
- 另请参阅:
- 常量字段值
-
TYPE_FRAME
static final int TYPE_FRAME
- 另请参阅:
- 常量字段值
-
TYPE_RELATIVE
static final int TYPE_RELATIVE
- 另请参阅:
- 常量字段值
-
-