public final class

LayoutElementBuilders.ArcSpacer.Builder

extends java.lang.Object

implements LayoutElementBuilders.ArcLayoutElement.Builder

 java.lang.Object

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

Overview

Builder for LayoutElementBuilders.ArcSpacer.

Summary

Methods
public LayoutElementBuilders.ArcSpacerbuild()

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

Sets the length of this spacer, in degrees.

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

Sets the length of this spacer, in degrees.

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

Sets ModifiersBuilders.Modifiers for this element.

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

Sets ModifiersBuilders.Modifiers for this element.

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

Sets the thickness of this spacer, in DP.

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

Methods

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

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 the thickness of this spacer, in DP. If not defined, defaults to 0.

Sets ModifiersBuilders.Modifiers for this element.

Sets ModifiersBuilders.Modifiers for this element.