Package cn.mapway.xterm.client.service
Interface ISelectionPosition
@JsType(isNative=true,
namespace="<global>")
public interface ISelectionPosition
ISelectionPosition
- Author:
- zhangjianshe <zhangjianshe@gmail.com>
-
Method Summary
Modifier and TypeMethodDescriptionintintintint
-
Method Details
-
getEndColumn
@JsProperty int getEndColumn() -
getEndRow
@JsProperty int getEndRow() -
getStartColumn
@JsProperty int getStartColumn() -
getStartRow
@JsProperty int getStartRow()
-