- Enclosing interface:
- Highlighter
public static interface Highlighter.Highlight
A highlight.
- 
Method SummaryModifier and TypeMethodDescriptionintGets the ending model offset for the highlight.Gets the painter for the highlighter.intGets the starting model offset for the highlight.
- 
Method Details- 
getStartOffsetint getStartOffset()Gets the starting model offset for the highlight.- Returns:
- the starting offset >= 0
 
- 
getEndOffsetint getEndOffset()Gets the ending model offset for the highlight.- Returns:
- the ending offset >= 0
 
- 
getPainterHighlighter.HighlightPainter getPainter()Gets the painter for the highlighter.- Returns:
- the painter
 
 
-