public class TextRange extends Object implements Serializable
Constructor and Description |
---|
TextRange(int startLine,
int startColumn,
int endLine,
int endColumn) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getEndColumn() |
int |
getEndLine() |
int |
getStartColumn() |
int |
getStartLine() |
int |
hashCode() |
String |
toString() |
public TextRange(int startLine, int startColumn, int endLine, int endColumn)
startLine
- 范围的起始行。零基。startColumn
- 范围起始列。零基。注意:将选项卡计为一个字符。endLine
- 范围的结束行。零基。endColumn
- 范围结束列。零基。注意:将选项卡计为一个字符。
Copyright 2009-2012 Micro Focus. All Rights Reserved.