public static interface TextAreaPainter.Highlight
| Modifier and Type | Method and Description | 
|---|---|
String | 
getToolTipText(MouseEvent evt)
Returns the tool tip to display at the specified
 location. 
 | 
void | 
init(JEditTextArea textArea,
    TextAreaPainter.Highlight next)
Called after the highlight painter has been added. 
 | 
void | 
paintHighlight(Graphics gfx,
              int line,
              int y)
This should paint the highlight and delgate to the
 next highlight painter. 
 | 
void init(JEditTextArea textArea, TextAreaPainter.Highlight next)
textArea - The text areanext - The painter this one should delegate tovoid paintHighlight(Graphics gfx, int line, int y)
gfx - The graphics contextline - The line numbery - The y co-ordinate of the lineString getToolTipText(MouseEvent evt)
evt - The mouse eventCopyright © 2015. All rights reserved.