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 ClassesModifier and TypeInterfaceDescriptionstatic enum
Layers where a painter can paint its highlights. -
Method Summary
Modifier and TypeMethodDescriptionGet the Z layer where this highlight painter paints all its highlights.
-
Method Details
-
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
-