public static class CodeEditorHighlighter.ZoneHighlight extends CodeEditorHighlighter.Highlight
| Constructor and Description |
|---|
ZoneHighlight(java.awt.Color color)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addZone(int startOffset,
int endOffset)
Add a highlighted zone on the line.
|
java.util.SortedSet<CodeEditorHighlighter.HighlightZone> |
getZones()
Add a highlighted zones on the line.
|
getColorpublic ZoneHighlight(java.awt.Color color)
color - the Colorpublic void addZone(int startOffset,
int endOffset)
startOffset - the start offsetendOffset - the end offsetpublic java.util.SortedSet<CodeEditorHighlighter.HighlightZone> getZones()
Copyright © 2016, 2017, 2018, 2019, 2023, 2025 Herve Girod. All Rights Reserved. Documentation and source under the MIT licence