public final class

LayoutElementProto.ArcText.Builder

extends <any>

implements LayoutElementProto.ArcTextOrBuilder

 java.lang.Object

↳<any>

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

Overview

 A text element that can be used in an Arc.
 
Protobuf type androidx.wear.protolayout.proto.ArcText

Summary

Methods
public LayoutElementProto.ArcText.BuilderclearArcDirection()

 The direction in which this text is drawn.<setter> If not set, defaults to
 ARC_DIRECTION_CLOCKWISE.</setter>

public LayoutElementProto.ArcText.BuilderclearFontStyle()

 The style of font to use (size, bold etc).

public LayoutElementProto.ArcText.BuilderclearModifiers()

 Modifiers for this element.

public LayoutElementProto.ArcText.BuilderclearText()

 The text to render.

public LayoutElementProto.ArcDirectionPropgetArcDirection()

 The direction in which this text is drawn.<setter> If not set, defaults to
 ARC_DIRECTION_CLOCKWISE.</setter>

public LayoutElementProto.FontStylegetFontStyle()

 The style of font to use (size, bold etc).

public ModifiersProto.ArcModifiersgetModifiers()

 Modifiers for this element.

public TypesProto.StringPropgetText()

 The text to render.

public booleanhasArcDirection()

 The direction in which this text is drawn.<setter> If not set, defaults to
 ARC_DIRECTION_CLOCKWISE.</setter>

public booleanhasFontStyle()

 The style of font to use (size, bold etc).

public booleanhasModifiers()

 Modifiers for this element.

public booleanhasText()

 The text to render.

public LayoutElementProto.ArcText.BuildermergeArcDirection(LayoutElementProto.ArcDirectionProp value)

 The direction in which this text is drawn.<setter> If not set, defaults to
 ARC_DIRECTION_CLOCKWISE.</setter>

public LayoutElementProto.ArcText.BuildermergeFontStyle(LayoutElementProto.FontStyle value)

 The style of font to use (size, bold etc).

public LayoutElementProto.ArcText.BuildermergeModifiers(ModifiersProto.ArcModifiers value)

 Modifiers for this element.

public LayoutElementProto.ArcText.BuildermergeText(TypesProto.StringProp value)

 The text to render.

public LayoutElementProto.ArcText.BuildersetArcDirection(LayoutElementProto.ArcDirectionProp.Builder builderForValue)

 The direction in which this text is drawn.<setter> If not set, defaults to
 ARC_DIRECTION_CLOCKWISE.</setter>

public LayoutElementProto.ArcText.BuildersetArcDirection(LayoutElementProto.ArcDirectionProp value)

 The direction in which this text is drawn.<setter> If not set, defaults to
 ARC_DIRECTION_CLOCKWISE.</setter>

public LayoutElementProto.ArcText.BuildersetFontStyle(LayoutElementProto.FontStyle.Builder builderForValue)

 The style of font to use (size, bold etc).

public LayoutElementProto.ArcText.BuildersetFontStyle(LayoutElementProto.FontStyle value)

 The style of font to use (size, bold etc).

public LayoutElementProto.ArcText.BuildersetModifiers(ModifiersProto.ArcModifiers.Builder builderForValue)

 Modifiers for this element.

public LayoutElementProto.ArcText.BuildersetModifiers(ModifiersProto.ArcModifiers value)

 Modifiers for this element.

public LayoutElementProto.ArcText.BuildersetText(TypesProto.StringProp.Builder builderForValue)

 The text to render.

public LayoutElementProto.ArcText.BuildersetText(TypesProto.StringProp value)

 The text to render.

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

Methods

public boolean hasText()

 The text to render.
 
.androidx.wear.protolayout.proto.StringProp text = 1;

public TypesProto.StringProp getText()

 The text to render.
 
.androidx.wear.protolayout.proto.StringProp text = 1;

 The text to render.
 
.androidx.wear.protolayout.proto.StringProp text = 1;

 The text to render.
 
.androidx.wear.protolayout.proto.StringProp text = 1;

 The text to render.
 
.androidx.wear.protolayout.proto.StringProp text = 1;

 The text to render.
 
.androidx.wear.protolayout.proto.StringProp text = 1;

public boolean hasFontStyle()

 The style of font to use (size, bold etc). If not specified, defaults to
 the platform's default body font.
 
.androidx.wear.protolayout.proto.FontStyle font_style = 2;

public LayoutElementProto.FontStyle getFontStyle()

 The style of font to use (size, bold etc). If not specified, defaults to
 the platform's default body font.
 
.androidx.wear.protolayout.proto.FontStyle font_style = 2;

 The style of font to use (size, bold etc). If not specified, defaults to
 the platform's default body font.
 
.androidx.wear.protolayout.proto.FontStyle font_style = 2;

 The style of font to use (size, bold etc). If not specified, defaults to
 the platform's default body font.
 
.androidx.wear.protolayout.proto.FontStyle font_style = 2;

 The style of font to use (size, bold etc). If not specified, defaults to
 the platform's default body font.
 
.androidx.wear.protolayout.proto.FontStyle font_style = 2;

public LayoutElementProto.ArcText.Builder clearFontStyle()

 The style of font to use (size, bold etc). If not specified, defaults to
 the platform's default body font.
 
.androidx.wear.protolayout.proto.FontStyle font_style = 2;

public boolean hasModifiers()

 Modifiers for this element.
 
.androidx.wear.protolayout.proto.ArcModifiers modifiers = 3;

public ModifiersProto.ArcModifiers getModifiers()

 Modifiers for this element.
 
.androidx.wear.protolayout.proto.ArcModifiers modifiers = 3;

 Modifiers for this element.
 
.androidx.wear.protolayout.proto.ArcModifiers modifiers = 3;

 Modifiers for this element.
 
.androidx.wear.protolayout.proto.ArcModifiers modifiers = 3;

 Modifiers for this element.
 
.androidx.wear.protolayout.proto.ArcModifiers modifiers = 3;

public LayoutElementProto.ArcText.Builder clearModifiers()

 Modifiers for this element.
 
.androidx.wear.protolayout.proto.ArcModifiers modifiers = 3;

public boolean hasArcDirection()

 The direction in which this text is drawn.<setter> If not set, defaults to
 ARC_DIRECTION_CLOCKWISE.</setter>
 
.androidx.wear.protolayout.proto.ArcDirectionProp arc_direction = 4;

public LayoutElementProto.ArcDirectionProp getArcDirection()

 The direction in which this text is drawn.<setter> If not set, defaults to
 ARC_DIRECTION_CLOCKWISE.</setter>
 
.androidx.wear.protolayout.proto.ArcDirectionProp arc_direction = 4;

 The direction in which this text is drawn.<setter> If not set, defaults to
 ARC_DIRECTION_CLOCKWISE.</setter>
 
.androidx.wear.protolayout.proto.ArcDirectionProp arc_direction = 4;

 The direction in which this text is drawn.<setter> If not set, defaults to
 ARC_DIRECTION_CLOCKWISE.</setter>
 
.androidx.wear.protolayout.proto.ArcDirectionProp arc_direction = 4;

 The direction in which this text is drawn.<setter> If not set, defaults to
 ARC_DIRECTION_CLOCKWISE.</setter>
 
.androidx.wear.protolayout.proto.ArcDirectionProp arc_direction = 4;

public LayoutElementProto.ArcText.Builder clearArcDirection()

 The direction in which this text is drawn.<setter> If not set, defaults to
 ARC_DIRECTION_CLOCKWISE.</setter>
 
.androidx.wear.protolayout.proto.ArcDirectionProp arc_direction = 4;