Interface PrioritizableHighlightPainter
-
- All Known Implementing Classes:
ColorHighlightPainter
,RectangleHighlightPainter
@API(type=EXTENDABLE, src=PUBLIC) public interface PrioritizableHighlightPainter
A highlight painter that can be prioritized, by telling it to paint all its highlight on a specific layer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PrioritizableHighlightPainter.ZLayer
Layers where a painter can paint its highlights.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrioritizableHighlightPainter.ZLayer
getZLayer()
Get the Z layer where this highlight painter paints all its highlights.
-
-
-
Method Detail
-
getZLayer
PrioritizableHighlightPainter.ZLayer getZLayer()
Get the Z layer where this highlight painter paints all its highlights. One ofPrioritizableHighlightPainter.ZLayer.BASE_LAYER
,PrioritizableHighlightPainter.ZLayer.MIDDLE_LAYER
orPrioritizableHighlightPainter.ZLayer.TOP_LAYER
.- Returns:
- the Z layer where this highlight painter paints all its highlights.
- Since:
- 18.0
-
-