Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

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

Implementing Classes:
DefaultHighlighter.DefaultHighlightPainter

public static interface Highlighter.HighlightPainter
Highlight renderer.


Method Summary
void  paint(Graphics g, int p0, int p1, Shape bounds, JTextComponent c)
Renders the highlight.
 

Method Detail

paint

public 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

Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.