Aurora Painters
data class AuroraPainters(fillPainter: AuroraFillPainter, borderPainter: AuroraBorderPainter, decorationPainter: AuroraDecorationPainter, overlayPaintersMap: MutableMap<DecorationAreaType, MutableList<AuroraOverlayPainter>>)
Content copied to clipboard
Functions
add Overlay Painter
Link copied to clipboard
fun addOverlayPainter(overlayPainter: AuroraOverlayPainter, vararg areaTypes: DecorationAreaType)
Content copied to clipboard
Adds the specified overlay painter to the end of the list of overlay painters associated with the specified decoration area types.
clear Overlay Painters
Link copied to clipboard
Removes all overlay painters associated with the specified decoration area types.
get Overlay Painters
Link copied to clipboard
fun getOverlayPainters(decorationAreaType: DecorationAreaType): List<AuroraOverlayPainter>
Content copied to clipboard
Returns a non-null, non-modifiable list of overlay painters associated with the specified decoration area type.
remove Overlay Painter
Link copied to clipboard
fun removeOverlayPainter(overlayPainter: AuroraOverlayPainter, vararg areaTypes: DecorationAreaType)
Content copied to clipboard
Removes the specified overlay painter from the list of overlay painters associated with the specified decoration area types.
Properties
borderPainter
Link copied to clipboard
decorationPainter
Link copied to clipboard
fillPainter
Link copied to clipboard
overlayPaintersMap
Link copied to clipboard
val overlayPaintersMap: MutableMap<DecorationAreaType, MutableList<AuroraOverlayPainter>>
Content copied to clipboard