public interface SplitOffsetHighlightsSequence extends HighlightsSequence
EMPTY
Modifier and Type | Method and Description |
---|---|
int |
getEndSplitOffset()
Get zero-based offset "within" a character (usually tab or newline
to which
HighlightsSequence.getEndOffset() points to) that ends a highlight. |
int |
getStartSplitOffset()
Get zero-based offset "within" a character (usually tab or newline
to which
HighlightsSequence.getStartOffset() points to) that starts a highlight. |
getAttributes, getEndOffset, getStartOffset, moveNext
int getStartSplitOffset()
HighlightsSequence.getStartOffset()
points to) that starts a highlight.
HighlightsSequence.getStartOffset()
== HighlightsSequence.getEndOffset()
== 123
and SplitOffsetHighlightsSequence.getStartSplitOffset()
== 1 and SplitOffsetHighlightsSequence.getEndSplitOffset()
== 3.HighlightsSequence.getStartOffset()
int getEndSplitOffset()
HighlightsSequence.getEndOffset()
points to) that ends a highlight.
HighlightsSequence.getEndOffset()
points to the tab or newline character.SplitOffsetHighlightsSequence.getStartSplitOffset()