LayoutElementBuilders.DashedLinePattern


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


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

Summary

Nested types

Builder for DashedLinePattern

Public methods

@NonNull List<DimensionBuilders.DegreesProp>

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

@Nullable DimensionBuilders.DpProp

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

@NonNull String

Public methods

getGapLocations

Added in 1.3.0-alpha03
public @NonNull List<DimensionBuilders.DegreesPropgetGapLocations()

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

getGapSize

Added in 1.3.0-alpha03
public @Nullable DimensionBuilders.DpProp getGapSize()

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

toString

public @NonNull String toString()