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 ColorBuilders.ColorPropgetColor()

Gets the color of the border.

public FingerprintgetFingerprint()

Get the fingerprint for this object, or null if unknown.

public DimensionBuilders.DpPropgetWidth()

Gets the width of the border, in DP.

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

Get the fingerprint for this object, or null if unknown.