com.supermap.layout
类 RulerLineType

java.lang.Object
  继承者 com.supermap.layout.RulerLineType

public class RulerLineType
extends java.lang.Object

该类定义了标尺线类型常量。

下图为一个布局窗口,窗口中显示了一个布局对象。图中箭头所示的为布局的水平和垂直标尺线。


字段摘要
static RulerLineType HORIZONTAL
          水平标尺线。
static RulerLineType VERTICAL
          垂直标尺线。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

VERTICAL

public static final RulerLineType VERTICAL
垂直标尺线。


HORIZONTAL

public static final RulerLineType HORIZONTAL
水平标尺线。