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
- the start line of the range. Zero-based.startColumn
- the start column of the range. Zero-based. Note: Tabs count as one character.endLine
- the end line of the range. Zero-based.endColumn
- the end column of the range. Zero-based. Note: Tabs count as one character.
public int getStartLine()
public int getStartColumn()
public int getEndLine()
public int getEndColumn()
Copyright 2009-2012 Micro Focus. All Rights Reserved.