Interface LineOffsets
-
public interface LineOffsets
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLineCount()
int
getLineEnd(int line)
int
getLineEnd(int line, boolean includeNewline)
int
getLineNumber(int offset)
int
getLineStart(int line)
int
getTextLength()
-