Aurora Painters
data class AuroraPainters(fillPainter: AuroraFillPainter, borderPainter: AuroraBorderPainter, decorationPainter: AuroraDecorationPainter, overlayPaintersMap: MutableMap<DecorationAreaType, MutableList<AuroraOverlayPainter>>)
Content copied to clipboard
Functions
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.
Link copied to clipboard
Removes all overlay painters associated with the specified decoration area types.
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.
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
Link copied to clipboard
val overlayPaintersMap: MutableMap<DecorationAreaType, MutableList<AuroraOverlayPainter>>
Content copied to clipboard