- 含まれているインタフェース:
- Highlighter
public static interface Highlighter.HighlightPainter
ハイライト・レンダラです。
- 
メソッドのサマリー修飾子と型メソッド説明voidpaint(Graphics g, int p0, int p1, Shape bounds, JTextComponent c) ハイライトをレンダリングします。
- 
メソッドの詳細- 
paintvoid paint(Graphics g, int p0, int p1, Shape bounds, JTextComponent c) ハイライトをレンダリングします。- パラメータ:
- g- グラフィックス・コンテキスト
- p0- モデル内の開始オフセット>= 0
- p1- モデル内の終了オフセット>= p0
- bounds- ハイライトのバウンディング・ボックス
- c- エディタ
 
 
-