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