Interface Highlighter.Highlight

Enclosing interface:
Highlighter

public static interface Highlighter.Highlight
A highlight.
  • Method Details Link icon

    • getStartOffset Link icon

      int getStartOffset()
      Gets the starting model offset for the highlight.
      Returns:
      the starting offset >= 0
    • getEndOffset Link icon

      int getEndOffset()
      Gets the ending model offset for the highlight.
      Returns:
      the ending offset >= 0
    • getPainter Link icon

      Gets the painter for the highlighter.
      Returns:
      the painter