public interface ILineAdjuster
Modifier and Type | Method and Description |
---|---|
LineBasedRegion |
adjustLine(int line,
java.util.Set<java.lang.Integer> invalidLines)
Adjusts the location of a single line.
|
int |
getOriginalLineCount()
Returns the line count of the original text
|
LineBasedRegion adjustLine(int line, java.util.Set<java.lang.Integer> invalidLines)
null
is returned.line
- the one-based line number of be adjusted.invalidLines
- used for collecting invalid lines.int getOriginalLineCount()