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. It determines the gap size and the gap locations.

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-alpha06
public @NonNull List<DimensionBuilders.DegreesPropgetGapLocations()

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

getGapSize

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

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

toString

public @NonNull String toString()