public interface LineOffsets
Modifier and Type | Method and Description |
---|---|
int |
getLineCount() |
int |
getLineEnd(int line) |
int |
getLineEnd(int line,
boolean includeNewline) |
int |
getLineNumber(int offset) |
int |
getLineStart(int line) |
int |
getTextLength() |