public final class

ModifiersBuilders.Border.Builder

extends java.lang.Object

 java.lang.Object

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

Overview

Builder for ModifiersBuilders.Border

Summary

Constructors
publicBuilder()

Methods
public ModifiersBuilders.Borderbuild()

Builds an instance from accumulated values.

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

Sets the color of the border.

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

Constructors

public Builder()

Methods

Sets the width of the border, in DP.

Sets the color of the border.

Builds an instance from accumulated values.