Package-level declarations
Functions
Link copied to clipboard
fun CorneredShape.Companion.cut(topLeft: Dp = 0.dp, topRight: Dp = 0.dp, bottomRight: Dp = 0.dp, bottomLeft: Dp = 0.dp): CorneredShape
A Dp version of CorneredShape.cut.
Link copied to clipboard
fun dashedShape(shape: Shape, dashLength: Dp, gapLength: Dp, fitStrategy: DashedShape.FitStrategy = DashedShape.FitStrategy.Resize): DashedShape
Creates a DashedShape.
Link copied to clipboard
fun markerCorneredShape(corneredShape: CorneredShape, tickSizeDp: Dp = MARKER_TICK_SIZE.dp): MarkerCorneredShape
fun markerCorneredShape(topLeft: Corner, topRight: Corner, bottomRight: Corner, bottomLeft: Corner, tickSizeDp: Dp = MARKER_TICK_SIZE.dp): MarkerCorneredShape
Creates a MarkerCorneredShape.
Link copied to clipboard
fun CorneredShape.Companion.rounded(topLeft: Dp = 0.dp, topRight: Dp = 0.dp, bottomRight: Dp = 0.dp, bottomLeft: Dp = 0.dp): CorneredShape
A Dp version of CorneredShape.rounded.
Link copied to clipboard
Converts this CorneredShape to an instance of androidx.compose.ui.graphics.Shape.
Link copied to clipboard
Converts this androidx.compose.ui.graphics.Shape to an instance of com.patrykandpatrick.vico.core.common.shape.Shape.