JavaTM 2 Platform
Standard Ed. 6

javax.swing.text
接口 Highlighter.HighlightPainter

所有已知实现类:
DefaultHighlighter.DefaultHighlightPainter, LayeredHighlighter.LayerPainter
正在封闭接口:
Highlighter

public static interface Highlighter.HighlightPainter

呈现高亮显示。


方法摘要
 void paint(Graphics g, int p0, int p1, Shape bounds, JTextComponent c)
          呈现高亮显示。
 

方法详细信息

paint

void paint(Graphics g,
           int p0,
           int p1,
           Shape bounds,
           JTextComponent c)
呈现高亮显示。

参数:
g - 图形上下文
p0 - 模型中的初始偏移量,该值 >= 0
p1 - 模型中的结束偏移量,该值 >= p0
bounds - 高亮显示的边界框
c - 编辑器

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only