public final class

LayoutElementBuilders.TextAlignmentProp

extends java.lang.Object

 java.lang.Object

↳androidx.wear.protolayout.LayoutElementBuilders.TextAlignmentProp

Overview

An extensible TextAlignment property.

Summary

Methods
public static LayoutElementBuilders.TextAlignmentPropfromProto(AlignmentProto.TextAlignmentProp proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public FingerprintgetFingerprint()

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

public intgetValue()

Gets the value.

public AlignmentProto.TextAlignmentProptoProto()

Returns the internal proto instance.

public java.lang.StringtoString()

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

Methods

public int getValue()

Gets the value.

public Fingerprint getFingerprint()

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

Creates a new wrapper instance from the proto.

Returns the internal proto instance.

public java.lang.String toString()