public final class

LayoutElementProto.FontFeatureSetting.Builder

extends <any>

implements LayoutElementProto.FontFeatureSettingOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.LayoutElementProto.FontFeatureSetting.Builder

Overview

 A single point of customization in a font feature, with specified tag.
 
Protobuf type androidx.wear.protolayout.proto.FontFeatureSetting

Summary

Methods
public LayoutElementProto.FontFeatureSetting.BuilderclearTag()

 The feature tag.

public intgetTag()

 The feature tag.

public LayoutElementProto.FontFeatureSetting.BuildersetTag(int value)

 The feature tag.

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

Methods

public int getTag()

 The feature tag. This represents a 4 ASCII characters tag.
 
fixed32 tag = 1;

Returns:

The tag.

 The feature tag. This represents a 4 ASCII characters tag.
 
fixed32 tag = 1;

Parameters:

value: The tag to set.

Returns:

This builder for chaining.

 The feature tag. This represents a 4 ASCII characters tag.
 
fixed32 tag = 1;

Returns:

This builder for chaining.