Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Defines the location of a shape corner.
Link copied to clipboard
interface CornerTreatment
Defines a shape corner style.
Link copied to clipboard
Creates cut corners.
Link copied to clipboard
open class MarkerCorneredShape(topLeft: Corner, topRight: Corner, bottomRight: Corner, bottomLeft: Corner, val tickSizeDp: Float = DEF_MARKER_TICK_SIZE) : CorneredShape
MarkerCorneredShape is an extension of CorneredShape that supports drawing a triangular tick at a given point.
Link copied to clipboard
Creates rounded corners.
Link copied to clipboard
Creates sharp corners.