public interface

LayoutElementProto.FontVariationSettingOrBuilder

 androidx.wear.protolayout.proto.LayoutElementProto.FontVariationSettingOrBuilder

Subclasses:

LayoutElementProto.FontVariationSetting, LayoutElementProto.FontVariationSetting.Builder

Summary

Methods
public intgetAxisTag()

 The axis tag for this setting.

public floatgetValue()

 The value for this setting.

Methods

public int getAxisTag()

 The axis tag for this setting. This represents a 4 ASCII characters tag.
 
fixed32 axis_tag = 1;

Returns:

The axisTag.

public float getValue()

 The value for this setting.
 
float value = 2;

Returns:

The value.