API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.swing.text.
Highlighter.Highlight
View Source
Author(s)
Since
Version
Serial
Hierarchy
Highlighter.Highlight
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
static
interface Highlighter.Highlight
See also:
Methods
Hide/Show inherited methods
public
int
getEndOffset
()
Gets the ending model offset for the highlight.
Gets the ending model offset for the highlight.
Returns:
the ending offset >= 0
public
HighlightPainter
getPainter
()
Gets the painter for the highlighter.
Gets the painter for the highlighter.
Returns:
the painter
public
int
getStartOffset
()
Gets the starting model offset for the highlight.
Gets the starting model offset for the highlight.
Returns:
the starting offset >= 0
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar