public class TextRange extends Object implements Serializable
コンストラクタと説明 |
---|
TextRange(int startLine,
int startColumn,
int endLine,
int endColumn) |
修飾子とタイプ | メソッドと説明 |
---|---|
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
- 範囲の開始行。0 ベース。startColumn
- 範囲の開始列。0 ベース。 メモ: タブは 1 文字として数えられます。endLine
- 範囲の終了行。0 ベース。endColumn
- 範囲の終了列。0 ベース。 メモ: タブは 1 文字として数えられます。
Copyright 2009-2012 Micro Focus. All Rights Reserved.