All Packages Class Hierarchy This Package Previous Next Index
Interface java.awt.swing.text.Highlighter.Highlight
- public static interface Highlighter.Highlight
getEndOffset()
- Gets the ending model offset for the highlight.
getPainter()
- Gets the painter for the highlighter.
getStartOffset()
- Gets the starting model offset for the highlight.
getStartOffset
public abstract int getStartOffset()
- Gets the starting model offset for the highlight.
- Returns:
- the starting offset
getEndOffset
public abstract int getEndOffset()
- Gets the ending model offset for the highlight.
- Returns:
- the ending offset
getPainter
public abstract Highlighter.HighlightPainter getPainter()
- Gets the painter for the highlighter.
- Returns:
- the painter
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature