ArcDecorationPainter

class ArcDecorationPainter : AuroraDecorationPainter

Implementation of AuroraDecorationPainter that uses "arc" painting on title panes and lighter gradient near the horizontal center of the application frame.

Author

Kirill Grouchnikov

Constructors

ArcDecorationPainter
Link copied to clipboard
fun ArcDecorationPainter()

Functions

paintDecorationArea
Link copied to clipboard
open override fun paintDecorationArea(drawScope: DrawScope, decorationAreaType: DecorationAreaType, componentSize: Size, outline: Outline, rootSize: Size, offsetFromRoot: Offset, colorScheme: AuroraColorScheme)

Paints the decoration area as a specified shape.

Properties

displayName
Link copied to clipboard
open override val displayName: String

The display name of this trait.