public final class

LayoutElementBuilders.ArcSpacer.Builder

extends java.lang.Object

implements LayoutElementBuilders.ArcLayoutElement.Builder

 java.lang.Object

↳androidx.wear.tiles.LayoutElementBuilders.ArcSpacer.Builder

Overview

Builder for LayoutElementBuilders.ArcSpacer.

Summary

Constructors
publicBuilder()

Methods
public LayoutElementBuilders.ArcSpacerbuild()

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

Sets the length of this spacer, in degrees.

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

Sets ModifiersBuilders.Modifiers for this element.

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

Sets the thickness of this spacer, in DP.

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

Constructors

public Builder()

Methods

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

Sets the thickness of this spacer, in DP. If not defined, defaults to 0.

Sets ModifiersBuilders.Modifiers for this element.