javax.swing.text
Class LayeredHighlighter.LayerPainter

java.lang.Object
  extended by javax.swing.text.LayeredHighlighter.LayerPainter
All Implemented Interfaces:
Highlighter.HighlightPainter
Direct Known Subclasses:
DefaultHighlighter.DefaultHighlightPainter
Enclosing class:
LayeredHighlighter

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

Disabled: no SafeJ information.

Layered highlight renderer.


Constructor Summary
LayeredHighlighter.LayerPainter()
           
 
Method Summary
abstract  Shape paintLayer(Graphics g, int p0, int p1, Shape viewBounds, JTextComponent editor, View view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.text.Highlighter.HighlightPainter
paint
 

Constructor Detail

LayeredHighlighter.LayerPainter

public LayeredHighlighter.LayerPainter()
Class is disabled.

Method Detail

paintLayer

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