|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.textarea.TextAreaExtension
org.gjt.sp.jedit.textarea.StructureMatcher.Highlight
public static class StructureMatcher.Highlight
Paints the structure match highlight.
| Method Summary | |
|---|---|
void |
paintValidLine(java.awt.Graphics2D gfx,
int screenLine,
int physicalLine,
int start,
int end,
int y)
Called by the text area when the extension is to paint a screen line which has an associated physical line number in the buffer. |
| Methods inherited from class org.gjt.sp.jedit.textarea.TextAreaExtension |
|---|
getToolTipText, paintInvalidLine, paintScreenLineRange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void paintValidLine(java.awt.Graphics2D gfx,
int screenLine,
int physicalLine,
int start,
int end,
int y)
TextAreaExtension
paintValidLine in class TextAreaExtensiongfx - The graphics contextscreenLine - The screen line numberphysicalLine - The physical line numberstart - The offset where the screen line begins, from
the start of the bufferend - The offset where the screen line ends, from the
start of the buffery - The y co-ordinate of the top of the line's
bounding box
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||