All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface java.awt.swing.text.Highlighter.HighlightPainter

public static interface Highlighter.HighlightPainter
Highlight renderer.


Method Index

 o paint(Graphics, int, int, Shape, JTextComponent)
Renders the highlight.

Methods

 o paint
public abstract void paint(Graphics g,
                           int p0,
                           int p1,
                           Shape bounds,
                           JTextComponent c)
Renders the highlight.

Parameters:
g - the graphics context
p0 - the starting offset in the model
p1 - the ending offset in the model
bounds - the bounding box for the highlight
c - the editor

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature