LayoutElementBuilders.DashedLinePattern


@RequiresSchemaVersion(major = 1, minor = 500)
class LayoutElementBuilders.DashedLinePattern


A dashed line pattern which describes how the dashed arc line is segmented by gaps.

Summary

Public functions

(Mutable)List<DimensionBuilders.DegreesProp!>

Gets the list of each gap's center location in degrees.

DimensionBuilders.DpProp?

Gets the size in dp of the gap between the arc line segments.

String

Public functions

getGapLocations

Added in 1.3.0-alpha03
fun getGapLocations(): (Mutable)List<DimensionBuilders.DegreesProp!>

Gets the list of each gap's center location in degrees.

getGapSize

Added in 1.3.0-alpha03
fun getGapSize(): DimensionBuilders.DpProp?

Gets the size in dp of the gap between the arc line segments.

toString

fun toString(): String