All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface java.awt.swing.text.Highlighter.Highlight

public static interface Highlighter.Highlight

Method Index

 o getEndOffset()
Gets the ending model offset for the highlight.
 o getPainter()
Gets the painter for the highlighter.
 o getStartOffset()
Gets the starting model offset for the highlight.

Methods

 o getStartOffset
public abstract int getStartOffset()
Gets the starting model offset for the highlight.

Returns:
the starting offset
 o getEndOffset
public abstract int getEndOffset()
Gets the ending model offset for the highlight.

Returns:
the ending offset
 o 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