public class InlineElementData extends HighlightData
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineElementData.RendererWrapper |
| Constructor and Description |
|---|
InlineElementData(int offset,
TextAttributesKey attributesKey,
java.lang.String text,
ColorKey additionalColorKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHighlToView(Editor view,
EditorColorsScheme scheme,
java.util.Map<TextAttributesKey,java.lang.String> displayText) |
void |
addToCollection(java.util.Collection<? super HighlightData> list,
boolean highlighted) |
java.lang.String |
getText() |
getAdditionalColorKey, getEndOffset, getHighlightKey, getHighlightType, getStartOffset, setEndOffsetpublic InlineElementData(int offset,
TextAttributesKey attributesKey,
java.lang.String text,
ColorKey additionalColorKey)
public java.lang.String getText()
public void addHighlToView(Editor view, EditorColorsScheme scheme, java.util.Map<TextAttributesKey,java.lang.String> displayText)
addHighlToView in class HighlightDatapublic void addToCollection(java.util.Collection<? super HighlightData> list, boolean highlighted)
addToCollection in class HighlightData