public final class

LayoutElementBuilders.ArcSpacer.Builder

extends java.lang.Object

implements LayoutElementBuilders.ArcLayoutElement.Builder

 java.lang.Object

↳androidx.wear.protolayout.LayoutElementBuilders.ArcSpacer.Builder

Overview

Builder for LayoutElementBuilders.ArcSpacer.

Summary

Constructors
publicBuilder()

Creates an instance of LayoutElementBuilders.FontWeightProp.Builder.

Methods
public LayoutElementBuilders.ArcSpacerbuild()

Builds an instance from accumulated values.

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()

Creates an instance of LayoutElementBuilders.FontWeightProp.Builder.

Methods

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

Note that this field only supports static values.

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

Note that this field only supports static values.

Sets ModifiersBuilders.Modifiers for this element.

Builds an instance from accumulated values.