KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > DefaultHighlighter.DefaultHighlightPainter

javax.swing.text
Class DefaultHighlighter.DefaultHighlightPainter

java.lang.Object
  extended by javax.swing.text.LayeredHighlighter.LayerPainter
      extended by javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
All Implemented Interfaces:
Highlighter.HighlightPainter
Enclosing class:
DefaultHighlighter
See Also:
Source Code

public DefaultHighlighter.DefaultHighlightPainter(Color c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Color getColor()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paint(Graphics g,
                  int offs0,
                  int offs1,
                  Shape bounds,
                  JTextComponent c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Shape paintLayer(Graphics g,
                        int offs0,
                        int offs1,
                        Shape bounds,
                        JTextComponent c,
                        View view)
See Also:
LayeredHighlighter.LayerPainter
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags