com.supermap.realspace
类 SplitterOrientation
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.realspace.SplitterOrientation
-
public class SplitterOrientation extends Enum
该枚举定义了分隔条的布局方向类型常量。- 作者:
- hup
-
-
字段概要
字段 限定符和类型 字段和说明 static SplitterOrientation
HORIZONTAL
分隔条按水平方向布局。static SplitterOrientation
VERTICAL
分隔条按垂直方向布局。
-
-
-
字段详细资料
-
VERTICAL
public static final SplitterOrientation VERTICAL
分隔条按垂直方向布局。
-
HORIZONTAL
public static final SplitterOrientation HORIZONTAL
分隔条按水平方向布局。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.