public final class

LayoutElementBuilders.ArcLine.Builder

extends java.lang.Object

implements LayoutElementBuilders.ArcLayoutElement.Builder

 java.lang.Object

↳androidx.wear.tiles.builders.LayoutElementBuilders.ArcLine.Builder

Overview

Builder for LayoutElementBuilders.ArcLine.

Summary

Methods
public LayoutElementBuilders.ArcLinebuild()

public LayoutElementBuilders.ArcLine.BuildersetColor(ColorBuilders.ColorProp.Builder colorBuilder)

Sets the color of this line.

public LayoutElementBuilders.ArcLine.BuildersetColor(ColorBuilders.ColorProp color)

Sets the color of this line.

public LayoutElementBuilders.ArcLine.BuildersetLength(DimensionBuilders.DegreesProp.Builder lengthBuilder)

Sets the length of this line, in degrees.

public LayoutElementBuilders.ArcLine.BuildersetLength(DimensionBuilders.DegreesProp length)

Sets the length of this line, in degrees.

public LayoutElementBuilders.ArcLine.BuildersetModifiers(ModifiersBuilders.ArcModifiers.Builder modifiersBuilder)

Sets ModifiersBuilders.Modifiers for this element.

public LayoutElementBuilders.ArcLine.BuildersetModifiers(ModifiersBuilders.ArcModifiers modifiers)

Sets ModifiersBuilders.Modifiers for this element.

public LayoutElementBuilders.ArcLine.BuildersetThickness(DimensionBuilders.DpProp.Builder thicknessBuilder)

Sets the thickness of this line.

public LayoutElementBuilders.ArcLine.BuildersetThickness(DimensionBuilders.DpProp thickness)

Sets the thickness of this line.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

Sets the length of this line, in degrees. If not defined, defaults to 0.

Sets the length of this line, in degrees. If not defined, defaults to 0.

Sets the thickness of this line. If not defined, defaults to 0.

Sets the thickness of this line. If not defined, defaults to 0.

Sets the color of this line.

Sets the color of this line.

Sets ModifiersBuilders.Modifiers for this element.

Sets ModifiersBuilders.Modifiers for this element.