public final class

ModifiersBuilders.Border

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.ModifiersBuilders.Border

Overview

A modifier to apply a border around an element.

Summary

Methods
public static ModifiersBuilders.BorderfromProto(ModifiersProto.Border proto)

public ColorBuilders.ColorPropgetColor()

Gets the color of the border.

public DimensionBuilders.DpPropgetWidth()

Gets the width of the border, in DP.

public ModifiersProto.BordertoProto()

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

Methods

public DimensionBuilders.DpProp getWidth()

Gets the width of the border, in DP. Intended for testing purposes only.

public ColorBuilders.ColorProp getColor()

Gets the color of the border. Intended for testing purposes only.

public static ModifiersBuilders.Border fromProto(ModifiersProto.Border proto)

public ModifiersProto.Border toProto()