public interface LineMarkerRendererEx extends LineMarkerRenderer
| Modifier and Type | Interface and Description |
|---|---|
static class |
LineMarkerRendererEx.Position |
| Modifier and Type | Method and Description |
|---|---|
LineMarkerRendererEx.Position |
getPosition()
Determines where in gutter the line marker should be rendered.
|
paintLineMarkerRendererEx.Position getPosition()
LineMarkerRenderer.paint(Editor, Graphics, Rectangle) method.
Returned value shouldn't change for the lifetime of RangeHighlighter. If there's a need to change the position, highlighter
should be recreated.