@API(type=EXTENDABLE,
src=PUBLIC)
public interface PersistentHighlightRenderer
Modifier and Type | Method and Description |
---|---|
HighlightPainter |
getHighlightPainter(AuthorPersistentHighlight highlight)
Get the painter associated with the given persistent highlight.
|
java.lang.String |
getTooltip(AuthorPersistentHighlight highlight)
Get the display tooltip text for a persistent highlight.
|
HighlightPainter getHighlightPainter(AuthorPersistentHighlight highlight)
null
value is returned the default highlight
painter will be used.
ColorHighlightPainter
.highlight
- The AuthorPersistentHighlight
to get the painter for.java.lang.String getTooltip(AuthorPersistentHighlight highlight)
null
value is returned the default tooltip text will be used.highlight
- The AuthorPersistentHighlight
to get the tooltip for.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.