public final class

ModifiersBuilders.Border.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.builders.ModifiersBuilders.Border.Builder

Overview

Builder for ModifiersBuilders.Border

Summary

Methods
public ModifiersBuilders.Borderbuild()

Builds an instance from accumulated values.

public ModifiersBuilders.Border.BuildersetColor(ColorBuilders.ColorProp.Builder colorBuilder)

Sets the color of the border.

public ModifiersBuilders.Border.BuildersetColor(ColorBuilders.ColorProp color)

Sets the color of the border.

public ModifiersBuilders.Border.BuildersetWidth(DimensionBuilders.DpProp.Builder widthBuilder)

Sets the width of the border, in DP.

public ModifiersBuilders.Border.BuildersetWidth(DimensionBuilders.DpProp width)

Sets the width of the border, in DP.

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

Methods

Sets the width of the border, in DP.

Sets the width of the border, in DP.

Sets the color of the border.

Sets the color of the border.

Builds an instance from accumulated values.