CorneredShape
open class CorneredShape(val topLeft: CorneredShape.Corner = Corner.Sharp, val topRight: CorneredShape.Corner = Corner.Sharp, val bottomRight: CorneredShape.Corner = Corner.Sharp, val bottomLeft: CorneredShape.Corner = Corner.Sharp) : Shape
A Shape implementation with customizable corners.
Parameters
Inheritors
Constructors
Link copied to clipboard
constructor(topLeft: CorneredShape.Corner = Corner.Sharp, topRight: CorneredShape.Corner = Corner.Sharp, bottomRight: CorneredShape.Corner = Corner.Sharp, bottomLeft: CorneredShape.Corner = Corner.Sharp)
Types
Link copied to clipboard
object Companion
Houses CorneredShape singletons and factory functions.
Link copied to clipboard
Denotes a corner position.
Link copied to clipboard
Defines a corner shape.