LayoutElementBuilders.ArcLine
public final class LayoutElementBuilders.ArcLine implements LayoutElementBuilders.ArcLayoutElement
A line that can be used in an Arc and renders as a round progress bar.
Summary
Nested types |
|---|
public final class LayoutElementBuilders.ArcLine.Builder implements LayoutElementBuilders.ArcLayoutElement.BuilderBuilder for |
Public methods |
|
|---|---|
@Nullable ColorBuilders.ColorProp |
Gets the color of this line. |
@Nullable DimensionBuilders.DegreesProp |
Gets the length of this line, in degrees. |
@Nullable ModifiersBuilders.ArcModifiers |
Gets |
@Nullable DimensionBuilders.DpProp |
Gets the thickness of this line. |
Public methods
public @Nullable ColorBuilders.ColorPropgetColor()
Gets the color of this line. Intended for testing purposes only.
public @Nullable DimensionBuilders.DegreesPropgetLength()
Gets the length of this line, in degrees. If not defined, defaults to 0. Intended for testing purposes only.
public @Nullable ModifiersBuilders.ArcModifiersgetModifiers()
Gets androidx.wear.tiles.ModifiersBuilders.Modifiers for this element. Intended for testing purposes only.
public @Nullable DimensionBuilders.DpPropgetThickness()
Gets the thickness of this line. If not defined, defaults to 0. Intended for testing purposes only.