JavaTM 2 Platform
Standard Ed. 6

javax.swing.text
類別 LayeredHighlighter.LayerPainter

java.lang.Object
  繼承者 javax.swing.text.LayeredHighlighter.LayerPainter
所有已實作的介面:
Highlighter.HighlightPainter
直接已知子類別:
DefaultHighlighter.DefaultHighlightPainter
正在封閉類別:
LayeredHighlighter

public abstract static class LayeredHighlighter.LayerPainter
extends Object
implements Highlighter.HighlightPainter

分層的高亮顯示渲染器。


建構子摘要
LayeredHighlighter.LayerPainter()
           
 
方法摘要
abstract  Shape paintLayer(Graphics g, int p0, int p1, Shape viewBounds, JTextComponent editor, View view)
           
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
從介面 javax.swing.text.Highlighter.HighlightPainter 繼承的方法
paint
 

建構子詳細資訊

LayeredHighlighter.LayerPainter

public LayeredHighlighter.LayerPainter()
方法詳細資訊

paintLayer

public abstract Shape paintLayer(Graphics g,
                                 int p0,
                                 int p1,
                                 Shape viewBounds,
                                 JTextComponent editor,
                                 View view)

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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