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
class DashedShape(val shape: Shape = Shape.Rectangle, val dashLengthDp: Float = Defaults.DASH_LENGTH, val gapLengthDp: Float = Defaults.DASH_GAP, val fitStrategy: DashedShape.FitStrategy = FitStrategy.Resize) : Shape
DashedShape draws a dashed line by interchangeably drawing the provided shape and leaving a gap.
Link copied to clipboard
open class MarkerCorneredShape(topLeft: Corner, topRight: Corner, bottomRight: Corner, bottomLeft: Corner, val tickSizeDp: Float = 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.